Skip to content

Commit d7cbb4d

Browse files
committed
chore: move useSpotifyAuth form hook/ to hook/spotify
1 parent f4957fa commit d7cbb4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { useSheetStore } from './store/sheetStore';
1919
import KaKaoRedirection from '@/components/KaKaoRedirection';
2020
import { useSSE } from '@/hooks/useSSE';
2121
import { useYotube } from '@/hooks/useYoutube';
22-
import { useSpotifyAuth } from '@/hooks/useSpotifyAuth';
22+
import { useSpotifyAuth } from '@/hooks/spotify/useSpotifyAuth';
2323
import UserProfile from '@/pages/user/UserProfile';
2424
import PublicRoute from '@/routes/PublicRoute';
2525

File renamed without changes.

0 commit comments

Comments
 (0)