add base styles and scripts

This commit is contained in:
2025-09-04 22:41:59 +01:00
parent 610f185807
commit 73a502012b
43 changed files with 1554 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
import WYSIWYG from '../views/blocks/WYSIWYG/WYSIWYG';
export default function()
{
WYSIWYG();
}