HUB - Admin und Einstellungen Seiten hinzugefügt, Prisma Client Integration und Migrationen aktualisiert
This commit is contained in:
8
apps/hub/app/(app)/settings/privacy/page.tsx
Normal file
8
apps/hub/app/(app)/settings/privacy/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Settings</h1>
|
||||
<p>Settings page content</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user