1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

fix(web): rename hooks file

This commit is contained in:
uetchy 2019-08-14 20:00:31 +09:00
parent fc034bc2bb
commit e0a03406a5
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import Welcome from './components/Welcome'
import Footer from './components/Footer'
import Suggestion from './components/Suggestion'
import { useDeferredState } from './hooks/state'
import { useDeferredState } from './util/hooks'
import { mobile } from './util/css'
import { isStandalone } from './util/pwa'