Explorar o código

remove layout

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
13f863c108
Modificáronse 1 ficheiros con 0 adicións e 16 borrados
  1. 0 16
      src/components/Layout/index.tsx

+ 0 - 16
src/components/Layout/index.tsx

@@ -1,16 +0,0 @@
-import React from "react";
-import styled from "styled-components";
-import Navbar from "../Navbar";
-
-const StyledLayout = styled.div`
-  padding: 24px;
-`;
-
-export const Layout: React.FC = ({ children }) => {
-  return (
-    <StyledLayout>
-      <Navbar />
-      {children}
-    </StyledLayout>
-  );
-};