feat: add new navigation item for rules in the dashboard sidebar with associated icon

This commit is contained in:
Julien Froidefond
2025-11-29 17:18:59 +01:00
parent 292d1fb394
commit 9e576f2b0e
7 changed files with 912 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export { RuleGroupCard } from "./rule-group-card";
export { RuleCreateDialog } from "./rule-create-dialog";
export { RulesSearchBar } from "./rules-search-bar";