Fixing most of the eslint warnings in the web code

This commit is contained in:
Keith Stevens
2023-01-07 19:57:59 +09:00
parent d59a75a0be
commit dca0ba1774
16 changed files with 38 additions and 38 deletions
@@ -1,7 +1,7 @@
import { Avatar, Box, HStack, LinkBox, useColorModeValue } from "@chakra-ui/react";
import { Avatar, HStack, LinkBox, useColorModeValue } from "@chakra-ui/react";
import { boolean } from "boolean";
import NextLink from "next/link";
import { FlaggableElement } from "../FlaggableElement";
import { FlaggableElement } from "src/components/FlaggableElement";
interface Message {
text: string;