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-05-09 05:45:55 -07:00

5 lines
96 B
TypeScript

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