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