shares now open in a new tab
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
import ChunithmData from "@/components/scoreplaylog/page";
|
||||
import React from "react";
|
||||
import ChunithmScorePlaylog from "@/components/scoreplaylog/page";
|
||||
|
||||
const ChunithmPage = async () => {
|
||||
const ChunithmPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<ChunithmData />
|
||||
</div>
|
||||
|
||||
<ChunithmScorePlaylog/>
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user