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

View File

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