chore: lint errors

This commit is contained in:
sriramveeraghanta 2025-10-15 15:15:48 +05:30
parent 1a9ebc8b68
commit 196baf099a
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
import React, { FC } from "react";
import React from "react";
import type { FC } from "react";
import { cn } from "@plane/utils";
type Props = React.ComponentProps<"button"> & {

View file

@ -1,4 +1,5 @@
import React, { FC } from "react";
import React from "react";
import type { FC } from "react";
import { Search } from "lucide-react";
import { cn } from "@plane/utils";