made playlog table dynamic

This commit is contained in:
polaris
2024-06-29 14:43:11 -04:00
parent 30825e20f1
commit c784e8808e
14 changed files with 218 additions and 46 deletions

View File

@ -1,12 +1,10 @@
import ChunithmData from "@/components/scoreplaylog/page";
import React from "react";
import ChunithmData from "../../../components/scoreplaylog/page";
const ChunithmPage = async () => {
return (
<div>
<div className=" ">
<ChunithmData />
</div>
</div>
);
};