mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-24 03:31:04 +00:00
chore(packages/api): clean up imports
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user