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