update: preference page layout

This commit is contained in:
Purp1e
2024-09-27 15:28:32 +08:00
parent 125875c5e9
commit d62f4f9389
6 changed files with 80 additions and 23 deletions

View File

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