Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Apr 13, 2023
1 parent 362ba66 commit 6afd86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/client/components/layout-router.tsx
Expand Up @@ -10,7 +10,7 @@ import type {
import type { ErrorComponent } from './error-boundary'
import type { FocusAndScrollRef } from './router-reducer/router-reducer-types'

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

0 comments on commit 6afd86a

Please sign in to comment.