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 5480860 commit c9b2ea9Copy full SHA for c9b2ea9
apps/frontend/src/modules/song-upload/components/client/context/UploadSong.context.tsx
@@ -12,7 +12,7 @@ import { toast } from 'react-hot-toast';
12
13
import { BG_COLORS, THUMBNAIL_CONSTANTS } from '@nbw/config';
14
import { parseSongFromBuffer } from '@nbw/song';
15
-import { SongFileType } from '@nbw/song/src/types';
+import { SongFileType } from '@nbw/song';
16
import axiosInstance from '@web/lib/axios';
17
import { InvalidTokenError, getTokenLocal } from '@web/lib/axios/token.utils';
18
0 commit comments