mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-28 08:04:12 +08:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import main from './main';
|
|
import runner from './runner';
|
|
import detach from './detach';
|
|
import guide from './guide';
|
|
export { main, runner, detach, guide };
|