aboutsummaryrefslogtreecommitdiff
path: root/src/components/navbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/navbar.tsx')
-rw-r--r--src/components/navbar.tsx3
1 files changed, 1 insertions, 2 deletions
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 (
<div className="navbar" style={NavBarStyle}>
<div style={NavBarItemStyle}><LogoDark/></div>
@@ -54,4 +54,3 @@ function NavBar() {
);
}
-export default NavBar;