This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
feishin/src/renderer/api/index.ts
2023-07-01 19:14:12 -07:00

5 lines
98 B
TypeScript

import { controller } from '/@/renderer/api/controller';
export const api = {
controller,
};