diff --git a/web/src/App.js b/web/src/App.js index bb2ce34..d7cc343 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -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' diff --git a/web/src/hooks/state.js b/web/src/util/hooks.js similarity index 100% rename from web/src/hooks/state.js rename to web/src/util/hooks.js