Skip to content

Commit

Permalink
♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
miyasan31 committed Jun 11, 2022
1 parent aa1d1fb commit c96ebbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
- ライブラリ依存関係のない関数を定義する
- 📁 libs
- ライブラリ依存関係のある関数を定義する
- 📁 hooks
- カスタムフックを定義する
- 📁 stores
- 状態管理を定義する
- 📁 hook
- カスタムフックを定義する
- 📁 store
- 状態管理を定義する
- 📁 styles
- スタイルを定義する
- 📁 themes
- テーマを定義する
- 📁 theme
- テーマを定義する
- 📁 interfaces
- API レスポンスのインターフェースを定義する
- 📁 providers
Expand All @@ -33,3 +33,5 @@
- プロバイダーを定義する
- 📁 layout
- レイアウトを定義する
- 📁 lib
- ラップしたライブラリコンポーネントを定義する
File renamed without changes.
2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useRoutes } from "react-router-dom";

import { useAuth } from "~/hooks/useAuth";
import { useAuth } from "~/libs/hook/useAuth";
import { commonRoutes } from "~/routes/common";
import { privateRoutes } from "~/routes/private";
import { publicRoutes } from "~/routes/public";
Expand Down

0 comments on commit c96ebbc

Please sign in to comment.