We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd2164 commit c4c1288Copy full SHA for c4c1288
src/page/home/Home.tsx
@@ -1,11 +1,7 @@
1
-import Mandalart from '@/common/component/Mandalart/Mandalart';
2
-
3
const Home = () => {
4
return (
5
<div>
6
<h1>홈</h1>
7
- <Mandalart />
8
- <Mandalart size="small" />
9
</div>
10
);
11
};
0 commit comments