remove handler from this package and use seperate package

This commit is contained in:
Janis
2023-07-24 01:59:57 +02:00
parent 793ae71186
commit 728afd5d1c
8 changed files with 233 additions and 941 deletions

View File

@@ -1,9 +1,8 @@
/* eslint-disable react-hooks/exhaustive-deps */
import "@styles/App.scss";
import { IClient } from "@interfaces/teamspeak";
import Viewer from "./Viewer";
import { useSearchParams } from "react-router-dom";
import useTSRemoteApp from "./hooks/useTSRemoteApp";
import useTSRemoteApp, { IClient } from "react-ts5-remote-app-api";
export default function App() {
const [searchParams] = useSearchParams();