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 = () => {
|
||||
return (
|
||||
<div className="p-10">
|
||||
|
||||
<ChunithmScorePlaylog/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
@ -24,9 +24,8 @@ const ChunithmScorePlaylog = async () => {
|
||||
const songs = await getSongsWithTitles(TypedUser.data.UserId);
|
||||
|
||||
return (
|
||||
<div className="p-10">
|
||||
<DataTable columns={columns} data={songs} />
|
||||
</div>
|
||||
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user