mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
chore(nui): Get rid of linting warnings
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
} from "@chakra-ui/react";
|
||||
import React from "react";
|
||||
import { useNuiEvent } from "../hooks/useNuiEvent";
|
||||
import { debugData } from "../utils/debugData";
|
||||
// import { debugData } from "../utils/debugData";
|
||||
import { fetchNui } from "../utils/fetchNui";
|
||||
|
||||
interface Props {
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CircularProgress, extendTheme, type ThemeConfig } from "@chakra-ui/react";
|
||||
import { extendTheme, type ThemeConfig } from "@chakra-ui/react";
|
||||
|
||||
const config: ThemeConfig = {
|
||||
initialColorMode: 'dark',
|
||||
|
||||
Reference in New Issue
Block a user