break up library, move bots to their own repositories
This commit is contained in:
6
packages/eve/src/index.ts
Normal file
6
packages/eve/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export * from './esi';
|
||||
export * from './db';
|
||||
export * from './ref';
|
||||
export * from './third-party';
|
||||
export * as locales from './locales';
|
||||
export * from './utils';
|
||||
Reference in New Issue
Block a user