diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-06 13:28:22 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-06 13:28:22 -0700 |
commit | 31e7c9828f985eceb16b4c9c749cc5d4d9fd5beb (patch) | |
tree | 8af6fe16ec3ad9bd836408a4300b13a5296e89ba /extension/react-app/src/components/Layout.tsx | |
parent | f19345c652cfcf1bdf13d0a44a2f302e0cd1aa4c (diff) | |
download | sncontinue-31e7c9828f985eceb16b4c9c749cc5d4d9fd5beb.tar.gz sncontinue-31e7c9828f985eceb16b4c9c749cc5d4d9fd5beb.tar.bz2 sncontinue-31e7c9828f985eceb16b4c9c749cc5d4d9fd5beb.zip |
feat: :construction: react-router-dom work
Diffstat (limited to 'extension/react-app/src/components/Layout.tsx')
-rw-r--r-- | extension/react-app/src/components/Layout.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/components/Layout.tsx b/extension/react-app/src/components/Layout.tsx index d1688299..47ed9cc3 100644 --- a/extension/react-app/src/components/Layout.tsx +++ b/extension/react-app/src/components/Layout.tsx @@ -8,6 +8,7 @@ const LayoutTopDiv = styled.div` scrollbar-base-color: transparent; scrollbar-width: thin; `; + const Layout = () => { return ( <LayoutTopDiv> |