Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Move hooks to lib scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jan 9, 2020
1 parent e81e360 commit 47d0cbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/component/Application/Application.jsx
Expand Up @@ -2,7 +2,7 @@
import {hot} from "react-hot-loader/root"
import {createElement} from "react"

import useTitle from "react-use/lib/useTitle"
import useTitle from "lib/hook/useTitle"

import config from "lib/config"

Expand Down
File renamed without changes.

0 comments on commit 47d0cbb

Please sign in to comment.