Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
remove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
creamwhip committed Mar 26, 2023
1 parent ff1768c commit 251239f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState } from 'react';

import LayoutFooter from './components/layout-footer';
import LayoutHeader from './components/layout-header';
import LayoutSideNav from './components/layout-side-nav';
import { Body, LayoutContainer, Main } from './styled';
Expand All @@ -14,7 +13,6 @@ const LayoutView: React.FC = ({ children }) => {
<Body>
<LayoutHeader navOpen={navOpen} setNavOpen={setNavOpen} />
<Main>{children}</Main>
<LayoutFooter />
</Body>
</LayoutContainer>
);
Expand Down

1 comment on commit 251239f

@vercel
Copy link

@vercel vercel bot commented on 251239f Mar 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.