daphnis/app/(authenticated)/chunithm/page.tsx
2024-06-29 15:25:43 -04:00

11 lines
175 B
TypeScript

import ChunithmScorePlaylog from "@/components/scoreplaylog/page";
const ChunithmPage = () => {
return (
<ChunithmScorePlaylog/>
);
};
export default ChunithmPage;