Add the template and styles for the chat notification

This commit is contained in:
Oliver 2025-11-08 19:12:19 -07:00
parent db4f57fc90
commit e79bd4d505
3 changed files with 38 additions and 0 deletions

View file

@ -14,6 +14,7 @@
@import url("./elements/input.css") layer(elements);
@import url("./elements/p.css") layer(elements);
@import url("./elements/prose-mirror.css") layer(elements);
@import url("./elements/table.css") layer(elements);
/* Apps */
@import url("./Apps/common.css") layer(apps);