rename folder

This commit is contained in:
Mads Rasmussen
2023-02-27 16:03:38 +01:00
committed by Jacob Overgaard
parent 3ee9fb0ef1
commit 9c152ca7ee
3 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
//TODO: we need to figure out what components should be available for extensions and load them upfront
// TODO: we need to move these files into their respective folders/silos. We then need a way for a silo to globally register a component
import '../entity-actions/entity-action-list.element';
import '../entity-actions/entity-action.element';
import '../entity-action/entity-action-list.element';
import '../entity-action/entity-action.element';
import './backoffice-frame/backoffice-header.element';
import './backoffice-frame/backoffice-main.element';
import './backoffice-frame/backoffice-modal-container.element';