Skip to content

Commit

Permalink
fix: 타입 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Jan 28, 2024
1 parent 0d4ec1e commit 17836a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/preview/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const App = () => {
<ArrowLeftIcon size={20} /> <ArrowLeftIcon size={24} />
<ArrowRightIcon size={20} /> <ArrowRightIcon size={24} />
<PlusIcon size={20} /> <PlusIcon size={24} />
<CloseIcon size={20} /> <Close size={24} />
<CloseIcon size={20} /> <CloseIcon size={24} />
</div>
</h1>
</ThemeProvider>
Expand Down

0 comments on commit 17836a3

Please sign in to comment.