Skip to content

Commit 5c2e59f

Browse files
committed
Merge branch 'feature/fix-typescript-typing-issues' of github.com:OpenNBS/NoteBlockWorld into feature/fix-typescript-typing-issues
2 parents 5a62695 + 91d02ac commit 5c2e59f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/frontend/src/app/(content)/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import type { FeaturedSongsDto, SongPreviewDto } from '@nbw/database';
21
import { Metadata } from 'next';
2+
3+
import type { FeaturedSongsDto, SongPreviewDto } from '@nbw/database';
34
import axiosInstance from '@web/lib/axios';
45
import { HomePageProvider } from '@web/modules/browse/components/client/context/HomePage.context';
56
import { HomePageComponent } from '@web/modules/browse/components/HomePageComponent';

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ import { BG_COLORS, THUMBNAIL_CONSTANTS } from '@nbw/config';
1414
import { parseSongFromBuffer, SongFileType } from '@nbw/song';
1515
import axiosInstance from '@web/lib/axios';
1616
import { InvalidTokenError, getTokenLocal } from '@web/lib/axios/token.utils';
17-
18-
import UploadCompleteModal from '../UploadCompleteModal';
1917
import {
2018
UploadSongForm,
2119
uploadSongFormSchema,
2220
} from '@web/modules/song/components/client/SongForm.zod';
2321

22+
import UploadCompleteModal from '../UploadCompleteModal';
23+
2424
export type useUploadSongProviderType = {
2525
song: SongFileType | null;
2626
filename: string | null;

bun.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@
191191
"name": "@nbw/song",
192192
"dependencies": {
193193
"@encode42/nbs.js": "^5.0.2",
194-
"@nbw/config": "workspace:*",
195194
"@nbw/database": "workspace:*",
196195
"@timohausmann/quadtree-ts": "^2.2.2",
197196
"jszip": "^3.10.1",

0 commit comments

Comments
 (0)