chore: re add footer

This commit is contained in:
Matthew Russell
2023-05-01 06:53:08 -07:00
parent 1142e6816c
commit 36eaa1d30a
+1 -1
View File
@@ -93,7 +93,7 @@ function AppBody({ Component }: AppProps) {
<main data-testid={location.pathname}>
<Component />
</main>
{/* <Footer /> */}
<Footer />
</div>
<DialogsContainer />
<ToastsManager />