Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 30, 2023
1 parent efa8150 commit 269baa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/client/components/layout-router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type {
import type { ErrorComponent } from './error-boundary'
import { FocusAndScrollRef } from './router-reducer/router-reducer-types'

import React, { useContext, useMemo, use } from 'react'
import React, { useContext, use } from 'react'
import ReactDOM from 'react-dom'
import {
CacheStates,
Expand Down

0 comments on commit 269baa1

Please sign in to comment.