Skip to content

Commit 719f373

Browse files
committed
🔧 Auto-fix: ESLint formatting and fixes
1 parent d160e07 commit 719f373

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/frontend/src/modules/song-upload/components/client/context/UploadSong.context.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import {
1111
import { toast } from 'react-hot-toast';
1212

1313
import { BG_COLORS, THUMBNAIL_CONSTANTS } from '@nbw/config';
14-
import { parseSongFromBuffer } from '@nbw/song';
15-
import { SongFileType } from '@nbw/song';
14+
import { parseSongFromBuffer, SongFileType } from '@nbw/song';
1615
import axiosInstance from '@web/lib/axios';
1716
import { InvalidTokenError, getTokenLocal } from '@web/lib/axios/token.utils';
1817

0 commit comments

Comments
 (0)