-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from Mogazoa-team20/hotfix/v1
hotfix: 인덱스 page에 불필요한 요소 삭제 및 Button컴포넌트에 HTML요소 추가 (#3)
- Loading branch information
Showing
2 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
import Button from "@/components/Button/Button"; | ||
|
||
export default function Home() { | ||
return ( | ||
<div> | ||
<Button | ||
styleType='primary' | ||
disabled | ||
className='addWidth' | ||
> | ||
일단 버튼임 | ||
</Button> | ||
</div> | ||
); | ||
return <div>Hello</div>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters