mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-09-12 12:03:06 +08:00
Fixing most of the eslint warnings in the web code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user