1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-06-24 02:32:21 +00:00

Restructuring and renaming content components and their initialization

This commit is contained in:
2026-03-07 17:22:13 +04:00
parent 9024883949
commit 9445b1e862
17 changed files with 214 additions and 208 deletions

View File

@@ -1,3 +1,3 @@
import { BlockCommunication } from "$content/components/BlockCommunication";
import { BlockCommunication } from "$content/components/philomena/BlockCommunication";
BlockCommunication.findAndInitializeAll();