made playlog table dynamic
This commit is contained in:
@ -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>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user