From 2a16314865ebd408fee4edfbc89eb632c887b795 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 10 Nov 2020 11:50:24 -0800 Subject: repo --- src/components/Navigation/NavigationBar.tsx | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/components/Navigation/NavigationBar.tsx (limited to 'src/components') diff --git a/src/components/Navigation/NavigationBar.tsx b/src/components/Navigation/NavigationBar.tsx new file mode 100644 index 0000000..0b53061 --- /dev/null +++ b/src/components/Navigation/NavigationBar.tsx @@ -0,0 +1,35 @@ +import React from 'react'; + +function NavigationBar() { + return ( + + ); +} + +export default NavigationBar; -- cgit v1.2.3