From 22bf08328d56852969d5f1dc98561554aea98d3c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 5 Jan 2021 09:44:56 +0100 Subject: CenteredPage toegevoegd --- src/components/navbar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/navbar.tsx') diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 45818b3..904e64a 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -38,7 +38,7 @@ var NavBarSettingsAreaStyle: CSSProperties = { left: 0 } -function NavBar() { +export function NavBar() { return (
@@ -54,4 +54,3 @@ function NavBar() { ); } -export default NavBar; -- cgit v1.2.3