remove unused import
This commit is contained in:
@ -12,7 +12,7 @@ import {
|
|||||||
Box,
|
Box,
|
||||||
Separator,
|
Separator,
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import { useEffect, useState, useRef, Suspense } from "react";
|
import { useEffect, useState, useRef } from "react";
|
||||||
import { useSearchParams } from "next/navigation";
|
import { useSearchParams } from "next/navigation";
|
||||||
import { toaster } from "@/components/ui/toaster";
|
import { toaster } from "@/components/ui/toaster";
|
||||||
import { getRandomResultFromGCI, lmgcitfy } from "@/actions";
|
import { getRandomResultFromGCI, lmgcitfy } from "@/actions";
|
||||||
|
|||||||
Reference in New Issue
Block a user