feat: add SD page switching

This commit is contained in:
licoy
2024-06-27 16:06:15 +08:00
parent fa6ebadc7b
commit d21481173e
7 changed files with 39 additions and 5 deletions

3
app/components/sd.tsx Normal file
View File

@@ -0,0 +1,3 @@
export function Sd() {
return <div>sd</div>;
}