chore: use client directive

This commit is contained in:
Anmol Singh Bhatia 2024-06-10 13:17:17 +05:30
parent b78ae85eb9
commit 2dbfca01aa
43 changed files with 86 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use client";
import React, { Fragment } from "react"; import React, { Fragment } from "react";
// headless ui // headless ui
import { Combobox } from "@headlessui/react"; import { Combobox } from "@headlessui/react";

View File

@ -1,3 +1,5 @@
"use client";
import React, { FC, useEffect, useRef } from "react"; import React, { FC, useEffect, useRef } from "react";
// headless ui // headless ui
import { Combobox } from "@headlessui/react"; import { Combobox } from "@headlessui/react";

View File

@ -1,3 +1,5 @@
"use client";
import React from "react"; import React from "react";
export const DropdownOptionsLoader = () => ( export const DropdownOptionsLoader = () => (

View File

@ -1,3 +1,5 @@
"use client";
import React from "react"; import React from "react";
// headless ui // headless ui
import { Combobox } from "@headlessui/react"; import { Combobox } from "@headlessui/react";

View File

@ -1,3 +1,5 @@
"use client";
import React, { FC, useMemo, useRef, useState } from "react"; import React, { FC, useMemo, useRef, useState } from "react";
import sortBy from "lodash/sortBy"; import sortBy from "lodash/sortBy";
// headless ui // headless ui

View File

@ -1,3 +1,5 @@
"use client";
import React, { FC, useMemo, useRef, useState } from "react"; import React, { FC, useMemo, useRef, useState } from "react";
import sortBy from "lodash/sortBy"; import sortBy from "lodash/sortBy";
// headless ui // headless ui

View File

@ -1,3 +1,5 @@
"use client";
import { Placement } from "@popperjs/core"; import { Placement } from "@popperjs/core";
import { EmojiClickData, Theme } from "emoji-picker-react"; import { EmojiClickData, Theme } from "emoji-picker-react";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ContrastIcon } from "./contrast-icon"; import { ContrastIcon } from "./contrast-icon";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ModuleBacklogIcon } from "./backlog"; import { ModuleBacklogIcon } from "./backlog";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { AlertCircle, Ban, SignalHigh, SignalLow, SignalMedium } from "lucide-react"; import { AlertCircle, Ban, SignalHigh, SignalLow, SignalMedium } from "lucide-react";
import { cn } from "../../helpers"; import { cn } from "../../helpers";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { BacklogGroupIcon } from "./backlog-group-icon"; import { BacklogGroupIcon } from "./backlog-group-icon";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "../type"; import { ISvgIcons } from "../type";

View File

@ -1,3 +1,5 @@
"use client";
import * as React from "react"; import * as React from "react";
import { ISvgIcons } from "./type"; import { ISvgIcons } from "./type";