From 008b45729c85902c5403e4ac45b4a0c24a9b19aa Mon Sep 17 00:00:00 2001 From: afterdusk Date: Fri, 30 Apr 2021 16:53:36 +0800 Subject: [PATCH] Add tabs --- src/App.tsx | 13 +++++---- src/ui/Header.tsx | 4 +-- src/ui/Tabs.tsx | 73 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 7 deletions(-) create mode 100644 src/ui/Tabs.tsx diff --git a/src/App.tsx b/src/App.tsx index 6b8509b..87ce9ac 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,6 +14,7 @@ import { import FormatConverter from "./converter/FormatConverter"; import Footer from "./ui/Footer"; import Header from "./ui/Header"; +import Tabs from "./ui/Tabs"; const Wrapper = styled.div` width: 100%; @@ -46,11 +47,13 @@ const App: FC = (): ReactElement => { return (
- - - - - + + + + + + +