initial commit after split
This commit is contained in:
12
webui/src/module.ts
Normal file
12
webui/src/module.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Folder } from "lucide-react";
|
||||
import type { PlatformWebModule } from "@govoplan/core-webui";
|
||||
|
||||
export const filesModule: PlatformWebModule = {
|
||||
id: "files",
|
||||
label: "Files",
|
||||
version: "1.0.0",
|
||||
dependencies: ["access"],
|
||||
navItems: [{ to: "/files", label: "Files", icon: Folder, anyOf: ["files:file:read"], order: 40 }]
|
||||
};
|
||||
|
||||
export default filesModule;
|
||||
Reference in New Issue
Block a user