mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-17 13:04:46 +00:00
5 lines
168 B
TypeScript
5 lines
168 B
TypeScript
import ProfileSettings from "../components/profile-settings";
|
|
|
|
export default function ProfileSettingsPage() {
|
|
return <ProfileSettings currentDescription={null} />;
|
|
}
|