Skip to content

Commit 5991297

Browse files
committed
refactor: add SongViewDto type on song page
1 parent 03c0df3 commit 5991297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/modules/song/components/SongPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { ErrorBox } from '../../shared/components/client/ErrorBox';
2121
import { formatTimeAgo } from '../../shared/util/format';
2222

2323
export async function SongPage({ id }: { id: string }) {
24-
let song;
24+
let song: SongViewDtoType;
2525

2626
// get 'token' cookie from headers
2727
const cookieStore = await cookies();

0 commit comments

Comments
 (0)