mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
synced 2025-10-30 21:27:14 +01:00
use non relative paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import useTSRemoteApp from "./hooks/useTSRemoteApp";
|
||||
import useTSRemoteApp from "hooks/useTSRemoteApp";
|
||||
|
||||
export type { IChannel, IClient, IConnection, IAuthSenderPayload, IChannelInfos, IAuthMessage, IChannelProperties, IClientInfo, IServerProperties } from "./interfaces/teamspeak";
|
||||
export type { IChannel, IClient, IConnection, IAuthSenderPayload, IChannelInfos, IAuthMessage, IChannelProperties, IClientInfo, IServerProperties } from "interfaces/teamspeak";
|
||||
|
||||
export default useTSRemoteApp;
|
||||
Reference in New Issue
Block a user