mirror of
https://github.com/hex248/sprint.git
synced 2026-02-09 02:33:02 +00:00
SettingsPageLayout wrapper component
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
import { Link } from "react-router-dom";
|
||||
import { SettingsPageLayout } from "@/components/settings-page-layout";
|
||||
|
||||
function Organisations() {
|
||||
return (
|
||||
<main className="w-full h-[100vh] flex flex-col items-start gap-4 p-4">
|
||||
<h1 className="text-3xl font-600">Organisations</h1>
|
||||
|
||||
<p className="text-muted-foreground">Organisations page here</p>
|
||||
|
||||
<Link to="/" className="">
|
||||
Go to Home
|
||||
</Link>
|
||||
</main>
|
||||
<SettingsPageLayout title="Organisations">
|
||||
<p className="font-400">Organisations page here</p>
|
||||
</SettingsPageLayout>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user