[fix] aliases

This commit is contained in:
Janis Meister
2023-06-29 12:51:58 +02:00
parent 98deb4db19
commit e5f4e7b4fa
5 changed files with 21 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
/* eslint-disable react-hooks/exhaustive-deps */
import "@styles/App.scss";
import { IChannel, IClient, IConnection, ITS5ConnectionHandler } from "interfaces/teamspeak";
import { IChannel, IClient, IConnection, ITS5ConnectionHandler } from "@interfaces/teamspeak";
import { useEffect, useState } from "react";
import Viewer from "./Viewer";
import { useSearchParams } from "react-router-dom";
import { TS5ConnectionHandler } from "handlers/teamspeak/connectionHandler";
import { TS5ConnectionHandler } from "@handlers/teamspeak/connectionHandler";
export default function App() {
const [searchParams] = useSearchParams();