Add settings page for alert preferences
This commit is contained in:
8
app/settings/page.tsx
Normal file
8
app/settings/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Metadata } from "next";
|
||||
import { SettingsPage } from "@/components/settings/settings-page";
|
||||
|
||||
export const metadata: Metadata = { title: "Ustawienia / Settings" };
|
||||
|
||||
export default function Page() {
|
||||
return <SettingsPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user