mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-24 11:26:32 +02:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { controller } from '/@/renderer/api/controller';
|
|
|
|
export const api = {
|
|
controller,
|
|
};
|