Skip to content

Commit

Permalink
feat : use client 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Jun 1, 2024
1 parent 1318b31 commit a0b007c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions apps/wow-docs/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import { css } from "@styled-system/css/css";
import Switch from "wowds-ui/Switch";

Expand Down
2 changes: 2 additions & 0 deletions packages/wow-ui/src/components/Checkbox/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { cva } from "@styled-system/css";
import { styled } from "@styled-system/jsx";
import type {
Expand Down
1 change: 0 additions & 1 deletion packages/wow-ui/src/hooks/useCheckedState.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client";
import type { KeyboardEvent } from "react";
import { useEffect, useState } from "react";

Expand Down

0 comments on commit a0b007c

Please sign in to comment.