forked from PolarisPyra/daphnis
12 lines
215 B
TypeScript
12 lines
215 B
TypeScript
import ChunithmScorePlaylog from "@/components/scoreplaylog/page";
|
|
|
|
const ChunithmPage = () => {
|
|
return (
|
|
<div className="p-10">
|
|
<ChunithmScorePlaylog />
|
|
</div>
|
|
);
|
|
};
|
|
|
|
export default ChunithmPage;
|