Skip to content

Commit 97f4ffe

Browse files
chantastickentcdodds
authored andcommitted
migrate: update relative paths to /examples
1 parent 0fe1465 commit 97f4ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/local-state-key-change.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// http://localhost:3000/isolated/examples/local-state-key-change.tsx
44

55
import * as React from 'react'
6-
import {useLocalStorageState} from '../utils'
6+
import {useLocalStorageState} from '~/shared/utils'
77

88
function App({initialName = ''}: {initialName?: string}) {
99
const [key, setKey] = React.useState('name')

0 commit comments

Comments
 (0)