Remove unused import

This commit is contained in:
klotske
2023-01-12 16:17:08 +03:00
parent 82a60ef904
commit 82b2693ed6
@@ -1,4 +1,4 @@
import { Avatar, HStack, LinkBox, LinkOverlay, useColorModeValue } from "@chakra-ui/react";
import { Avatar, HStack, LinkBox, useColorModeValue } from "@chakra-ui/react";
import { boolean } from "boolean";
import Link from "next/link";
import { FlaggableElement } from "src/components/FlaggableElement";