Skip to content

Commit

Permalink
refac: 빌드문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed May 30, 2024
1 parent 8db5ad5 commit 9e270f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/wow-docs/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css } from "@styled-system/css/css";
import { UpArrow } from "wowds-icons";
import Chip from "wowds-ui/Chip";
import Switch from "wowds-ui/Switch";

const Home = () => {
Expand All @@ -16,7 +17,7 @@ const Home = () => {
<UpArrow />
</main>
<Switch />
<Chip as="button" label="안녕하새우" />
<Chip label="안녕" />
</>
);
};
Expand Down

0 comments on commit 9e270f6

Please sign in to comment.