Remove old API implementation

This commit is contained in:
jeffvli 2023-05-09 05:45:55 -07:00
parent 9b5bce34a0
commit 975c31635a
7 changed files with 0 additions and 2619 deletions

View file

@ -1,7 +1,5 @@
import { controller } from '/@/renderer/api/controller';
import { normalize } from '/@/renderer/api/normalize';
export const api = {
controller,
normalize,
};