]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+login/login.module.ts
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +login / login.module.ts
index c419024267d1921b98b63aba8476086bba984512..9d8607e5d85e6a4d7e23616350a9f16a43a09c41 100644 (file)
@@ -1,6 +1,7 @@
 import { NgModule } from '@angular/core'
 import { SharedFormModule } from '@app/shared/shared-forms'
 import { SharedGlobalIconModule } from '@app/shared/shared-icons'
+import { SharedInstanceModule } from '@app/shared/shared-instance'
 import { SharedMainModule } from '@app/shared/shared-main'
 import { LoginRoutingModule } from './login-routing.module'
 import { LoginComponent } from './login.component'
@@ -11,7 +12,9 @@ import { LoginComponent } from './login.component'
 
     SharedMainModule,
     SharedFormModule,
-    SharedGlobalIconModule
+    SharedGlobalIconModule,
+
+    SharedInstanceModule
   ],
 
   declarations: [