Skip to content

Commit

Permalink
design :: footer 틀
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Mar 12, 2024
1 parent 4bc5e6f commit d9864c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/common/footer/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import styled from '@emotion/styled';

export const Footer = () => {
return <Wrapper></Wrapper>;
};

const Wrapper = styled.div`
width: 100%;
height: 544px;
background-color: #17181a;
`;

0 comments on commit d9864c3

Please sign in to comment.