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 d160e07 commit 719f373Copy full SHA for 719f373
apps/frontend/src/modules/song-upload/components/client/context/UploadSong.context.tsx
@@ -11,8 +11,7 @@ import {
11
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';
+import { parseSongFromBuffer, 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