Skip to content

Commit

Permalink
fix: docs 예시 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Jun 4, 2024
1 parent 0393bca commit dd39cc5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/wow-docs/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { css } from "@styled-system/css/css";
import { UpArrow } from "wowds-icons";
import { RadioButton, RadioGroup } from "wowds-ui/RadioGroup";
import Switch from "wowds-ui/Switch";

const Home = () => {
return (
Expand All @@ -14,15 +11,7 @@ const Home = () => {
})}
>
<p>docs</p>
<UpArrow />
</main>
<Switch />
<RadioGroup defaultValue="1학년" name="학년">
<RadioButton label="1학년" />
<RadioButton label="2학년" />
<RadioButton label="3학년" />
<RadioButton disabled label="4학년" />
</RadioGroup>
</>
);
};
Expand Down

0 comments on commit dd39cc5

Please sign in to comment.