mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
chore(web): Fix eslint warnings
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { HStack, Text, Select, Spacer } from "@chakra-ui/react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useNuiEvent } from "../../../hooks/useNuiEvent";
|
||||
import { useLocales } from "../../../providers/LocaleProvider";
|
||||
import { fetchNui } from "../../../utils/fetchNui";
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ import {
|
||||
Button,
|
||||
Modal,
|
||||
ModalBody,
|
||||
ModalCloseButton,
|
||||
ModalContent,
|
||||
ModalFooter,
|
||||
ModalHeader,
|
||||
@@ -10,7 +9,7 @@ import {
|
||||
useDisclosure,
|
||||
} from "@chakra-ui/react";
|
||||
import LocaleSetting from "./components/locale";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useState } from "react";
|
||||
import { useNuiEvent } from "../../hooks/useNuiEvent";
|
||||
import { debugData } from "../../utils/debugData";
|
||||
import { fetchNui } from "../../utils/fetchNui";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Context, createContext, useContext, useEffect, useState } from "react";
|
||||
import { Context, createContext, useContext, useState } from "react";
|
||||
import { useNuiEvent } from "../hooks/useNuiEvent";
|
||||
import { debugData } from "../utils/debugData";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user