hermes-web/app/(protected)/settings/page.tsx

8 lines
116 B
TypeScript
Raw Normal View History

2024-01-02 02:26:20 -05:00
const SettingsPage = async () => {
return (
<div>
</div>
);
}
export default SettingsPage;