update build ok,

This commit is contained in:
louiscklaw
2025-04-16 01:45:40 +08:00
parent dffad8c25e
commit 35d804e271

View File

@@ -0,0 +1,8 @@
'use client';
import * as React from 'react';
import RouterLink from 'next/link';
export default function Page(): React.JSX.Element {
return <>helloworld</>;
}