mirror of
https://github.com/certd/certd.git
synced 2026-07-29 16:47:36 +08:00
refactor: pipeline edit view
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Registry } from "../registry";
|
||||
import { AbstractAccess } from "./abstract-access";
|
||||
|
||||
// @ts-ignore
|
||||
export const accessRegistry = new Registry<typeof AbstractAccess>();
|
||||
Reference in New Issue
Block a user