We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe1465 commit 97f4ffeCopy full SHA for 97f4ffe
src/examples/local-state-key-change.tsx
@@ -3,7 +3,7 @@
3
// http://localhost:3000/isolated/examples/local-state-key-change.tsx
4
5
import * as React from 'react'
6
-import {useLocalStorageState} from '../utils'
+import {useLocalStorageState} from '~/shared/utils'
7
8
function App({initialName = ''}: {initialName?: string}) {
9
const [key, setKey] = React.useState('name')
0 commit comments