mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
|
|
import { controller } from '/@/renderer/api/controller';
|
||
|
|
|
||
|
|
export const api = {
|
||
|
|
controller,
|
||
|
|
};
|