shares now open in a new tab

This commit is contained in:
polaris
2024-06-29 15:25:43 -04:00
parent c784e8808e
commit 4e3938e87e
7 changed files with 40 additions and 27 deletions

View File

@ -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/>
);
};