mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-17 13:04:46 +00:00
feat: vite test
This commit is contained in:
parent
d208565a61
commit
1d11cf3f99
122 changed files with 6922 additions and 16846 deletions
5
frontend/src/pages/settings.tsx
Normal file
5
frontend/src/pages/settings.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import ProfileSettings from "../components/profile-settings";
|
||||
|
||||
export default function ProfileSettingsPage() {
|
||||
return <ProfileSettings currentDescription={null} />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue