generated from template/apps-template
update
This commit is contained in:
11
agents/noco/index.ts
Normal file
11
agents/noco/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { NocoApi } from "@kevisual/noco";
|
||||
import { columns } from "./common/base-table.ts";
|
||||
import { Life } from "../noco/life/index.ts";
|
||||
import { Control } from "../noco/control/index.ts";
|
||||
|
||||
export {
|
||||
NocoApi,
|
||||
columns,
|
||||
Control,
|
||||
Life
|
||||
}
|
||||
Reference in New Issue
Block a user