Skip to content

Commit

Permalink
Feat: maru-egg main page
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Aug 2, 2024
1 parent 2f5f37f commit 9c9a726
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ui/pages/maru-egg.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react';

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

export default MaruEgg;

0 comments on commit 9c9a726

Please sign in to comment.