fix: duplicate import lint error. (#4827)

This commit is contained in:
Prateek Shourya 2024-06-14 19:27:21 +05:30 committed by GitHub
parent 8f091b7d7e
commit c5731ce454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
import { FC, Fragment, useState } from "react"; import { FC, Fragment, useState } from "react";
import { observer } from "mobx-react"; import { observer } from "mobx-react";
import Link from "next/link"; import Link from "next/link";
import { observer } from "mobx-react";
import { ICycle, TCyclePlotType } from "@plane/types"; import { ICycle, TCyclePlotType } from "@plane/types";
import { CustomSelect, Spinner } from "@plane/ui"; import { CustomSelect, Spinner } from "@plane/ui";
// components // components