Skip to content

Commit

Permalink
Merge pull request #21 from MARU-EGG/fix
Browse files Browse the repository at this point in the history
Feat: maru-egg main page
  • Loading branch information
swgvenghy authored Aug 2, 2024
2 parents df5f085 + 7a8398f commit 2e4b54a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/pages/maru-egg.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import React from 'react';

import Header from '../components/molecule/user/header/header';

const MaruEgg: React.FC = () => {
return (
<div className="min-w-[360px]">
<div className="bg-background-default"></div>
<Header type="수시" />
</div>
);
Expand Down

0 comments on commit 2e4b54a

Please sign in to comment.