Skip to content

Commit

Permalink
๐Ÿšจ Fix(#47): Date, Multi Selector use client ์˜ค๋ฅ˜ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 committed Nov 3, 2023
1 parent dabfe97 commit 5a2a3b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/_common/Selector/Date/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { useEffect, useState } from "react";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
Expand Down
2 changes: 2 additions & 0 deletions src/components/_common/Selector/Multi/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import type { KeyboardEvent } from "react";
import { useCallback, useEffect, useRef, useState } from "react";
import * as React from "react";
Expand Down

0 comments on commit 5a2a3b1

Please sign in to comment.