From 26a0e352c62889e630a84b0333f4148f740fdd7f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 6 Feb 2021 11:19:59 +0100 Subject: added fullwidth prop to Vierkant --- pages/account.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/account.tsx (limited to 'pages/account.tsx') diff --git a/pages/account.tsx b/pages/account.tsx new file mode 100644 index 0000000..c596f11 --- /dev/null +++ b/pages/account.tsx @@ -0,0 +1,18 @@ +import { NavBar } from '../components/navbar'; +import { CenteredPage, PageTitle } from '../components/page'; +import { Vierkant } from '../components/ui'; + +export default function AccountPage() { + return ( +
+ + + Profiel + + Gert + + +
+ ); +} + -- cgit v1.2.3