Commit 9cc3c7c1 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): import SiteService into CommonModule

1 merge request!528(feat): Minds Pro
Pipeline #84048092 passed with stages
in 35 minutes and 45 seconds
......@@ -108,6 +108,7 @@ import { ShareModalComponent } from '../modules/modals/share/share';
import { RouterHistoryService } from './services/router-history.service';
import { DraggableListComponent } from './components/draggable-list/list.component';
import { DndModule } from 'ngx-drag-drop';
import { SiteService } from './services/site.service';
@NgModule({
imports: [
......@@ -295,6 +296,7 @@ import { DndModule } from 'ngx-drag-drop';
DraggableListComponent,
],
providers: [
SiteService,
{
provide: AttachmentService,
useFactory: AttachmentService._,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment