refactor: pipeline edit view

This commit is contained in:
xiaojunnuo
2022-10-27 09:26:32 +08:00
parent e1466737e3
commit 25d5a99b3d
6 changed files with 11 additions and 4 deletions
@@ -0,0 +1,5 @@
import { Registry } from "../registry";
import { AbstractAccess } from "./abstract-access";
// @ts-ignore
export const accessRegistry = new Registry<typeof AbstractAccess>();