chore(web): Fix eslint warnings

This commit is contained in:
Luke
2022-05-01 11:09:25 +02:00
parent fdb330a38f
commit 40a1c15339
3 changed files with 2 additions and 5 deletions

View File

@@ -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";