fix lint issues

This commit is contained in:
Hannah Park 2022-01-10 10:16:12 -05:00
parent 3edcbb8420
commit 49e2f3de20
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
import { Fragment } from "react"; import { Fragment } from "react";
import { Dialog, Transition } from "@headlessui/react"; import { Dialog, Transition } from "@headlessui/react";
import { CheckIcon } from "@heroicons/react/outline";
import { Cell } from "../grid/Cell"; import { Cell } from "../grid/Cell";
type Props = { type Props = {

View file

@ -1,4 +1,4 @@
import { Fragment, useState } from "react"; import { Fragment } from "react";
import { Dialog, Transition } from "@headlessui/react"; import { Dialog, Transition } from "@headlessui/react";
import { CheckIcon } from "@heroicons/react/outline"; import { CheckIcon } from "@heroicons/react/outline";
import { MiniGrid } from "../mini-grid/MiniGrid"; import { MiniGrid } from "../mini-grid/MiniGrid";