chore: unused var removed (#3503)

This commit is contained in:
Anmol Singh Bhatia 2024-01-30 13:59:07 +05:30 committed by GitHub
parent 4aa34f3eda
commit ef8472ce5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 11 additions and 28 deletions

View file

@ -1,6 +1,5 @@
import React, { Fragment, useRef, useState } from "react";
import { useRouter } from "next/router";
import useSWR from "swr";
import { Combobox } from "@headlessui/react";
import { usePopper } from "react-popper";
import { observer } from "mobx-react-lite";