mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
remove unused layout component
This commit is contained in:
parent
d4dfb53e78
commit
8ab03175e6
@ -1,17 +0,0 @@
|
|||||||
import React from "react";
|
|
||||||
import { Outlet } from "react-router-dom";
|
|
||||||
import styled from "styled-components";
|
|
||||||
|
|
||||||
const StyledLayout = styled.div`
|
|
||||||
background: ${({ theme }) => theme.BLACK_SECONDARY};
|
|
||||||
`;
|
|
||||||
|
|
||||||
const DefaultLayout: React.FC = () => {
|
|
||||||
return (
|
|
||||||
<StyledLayout>
|
|
||||||
<Outlet />
|
|
||||||
</StyledLayout>
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
export default DefaultLayout;
|
|
Loading…
x
Reference in New Issue
Block a user