We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c28f7 commit b310c7cCopy full SHA for b310c7c
src/app/mypage/my-active/my-like/page.tsx
@@ -8,6 +8,6 @@ export const metadata: Metadata = {
8
};
9
10
function Page() {
11
- return <MyLike />;
+ // return <MyLike />;
12
}
13
export default Page;
0 commit comments