chore(nui): Get rid of linting warnings

This commit is contained in:
Luke
2022-04-01 21:23:45 +02:00
parent d6b21a0481
commit c31fed2c41
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import { useNuiEvent } from "../hooks/useNuiEvent";
import { Box, Flex, ScaleFade, Text } from "@chakra-ui/react";
import { Box, Flex, ScaleFade } from "@chakra-ui/react";
import { debugData } from "../utils/debugData";
import ReactMarkdown from "react-markdown";