update build ok,

This commit is contained in:
louiscklaw
2025-04-16 01:23:22 +08:00
parent 07d338b485
commit fd5277bca8

View File

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