mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
chore(packages/api): clean up imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ClientOperation, Packet, ServerOperation } from '@revanced/bot-shared'
|
||||
import ClientGateway, { ClientGatewayEventHandlers } from './ClientGateway.js'
|
||||
import ClientGateway, { ClientGatewayEventHandlers } from './ClientGateway'
|
||||
|
||||
/**
|
||||
* The client that connects to the API.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export { default as Client } from './Client.js'
|
||||
export * from './Client.js'
|
||||
export { default as ClientGateway } from './ClientGateway.js'
|
||||
export * from './ClientGateway.js'
|
||||
export { default as Client } from './Client'
|
||||
export * from './Client'
|
||||
export { default as ClientGateway } from './ClientGateway'
|
||||
export * from './ClientGateway'
|
||||
|
||||
@@ -1 +1 @@
|
||||
export * from './classes/index.js'
|
||||
export * from './classes/index'
|
||||
|
||||
Reference in New Issue
Block a user