rename rule set to rule

This commit is contained in:
Sirttas
2026-05-28 13:15:15 +02:00
parent b40b58f866
commit 676ff961ed
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export * from "./rules";
export {default as RuleSetInput} from './RuleSetInput.vue';
export {default as RuleInput} from './RuleInput.vue';