mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 03:52:26 +01:00
21 add reminder booleans, map uuid to module
This commit is contained in:
@@ -6,6 +6,7 @@ import Button from "primevue/button";
|
||||
import Dropdown from "primevue/dropdown";
|
||||
import Menubar from "primevue/menubar";
|
||||
import InputText from "primevue/inputtext";
|
||||
import InputSwitch from "primevue/inputswitch";
|
||||
import Card from "primevue/card";
|
||||
import DataView from "primevue/dataview";
|
||||
import Dialog from "primevue/dialog";
|
||||
@@ -42,6 +43,7 @@ app.component("Menubar", Menubar);
|
||||
app.component("Dialog", Dialog);
|
||||
app.component("Dropdown", Dropdown);
|
||||
app.component("InputText", InputText);
|
||||
app.component("InputSwitch", InputSwitch);
|
||||
app.component("Card", Card);
|
||||
app.component("DataView", DataView);
|
||||
app.component("ToggleButton", ToggleButton);
|
||||
|
||||
Reference in New Issue
Block a user