forked from PolarisPyra/daphnis
small styling fix
This commit is contained in:
parent
4e3938e87e
commit
4fd54e5b4a
@ -2,8 +2,10 @@ import ChunithmScorePlaylog from "@/components/scoreplaylog/page";
|
|||||||
|
|
||||||
const ChunithmPage = () => {
|
const ChunithmPage = () => {
|
||||||
return (
|
return (
|
||||||
|
<div className="p-10">
|
||||||
|
|
||||||
<ChunithmScorePlaylog/>
|
<ChunithmScorePlaylog/>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,9 +24,8 @@ const ChunithmScorePlaylog = async () => {
|
|||||||
const songs = await getSongsWithTitles(TypedUser.data.UserId);
|
const songs = await getSongsWithTitles(TypedUser.data.UserId);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="p-10">
|
|
||||||
<DataTable columns={columns} data={songs} />
|
<DataTable columns={columns} data={songs} />
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user