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";
// headless ui
import { Combobox } from "@headlessui/react";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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