new page thing

This commit is contained in:
2025-07-27 14:12:25 +03:00
parent c7d3cd85be
commit 281b87705d
6 changed files with 143 additions and 81 deletions

7
app/test/page.tsx Normal file
View File

@@ -0,0 +1,7 @@
"use client";
export default function Page() {
return <>
hi
</>
}