chore: lint errors
This commit is contained in:
parent
1a9ebc8b68
commit
196baf099a
2 changed files with 4 additions and 2 deletions
|
|
@ -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"> & {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue