We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4957fa commit d7cbb4dCopy full SHA for d7cbb4d
src/App.tsx
@@ -19,7 +19,7 @@ import { useSheetStore } from './store/sheetStore';
19
import KaKaoRedirection from '@/components/KaKaoRedirection';
20
import { useSSE } from '@/hooks/useSSE';
21
import { useYotube } from '@/hooks/useYoutube';
22
-import { useSpotifyAuth } from '@/hooks/useSpotifyAuth';
+import { useSpotifyAuth } from '@/hooks/spotify/useSpotifyAuth';
23
import UserProfile from '@/pages/user/UserProfile';
24
import PublicRoute from '@/routes/PublicRoute';
25
src/hooks/useSpotifyAuth.ts renamed to src/hooks/spotify/useSpotifyAuth.ts
0 commit comments