diff --git a/src/app/app.module.ts b/src/app/app.module.ts index ca26181..ce9ca93 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -14,9 +14,10 @@ import { MainModule } from './components/main/main.module'; import { PlaygroundModule } from './components/playground/playground.module'; import { SandboxModule } from './components/sandbox/sandbox.module'; import { SignInModule } from './components/sign-in/sign-in.module'; +import { LoadingScreenComponent } from './components/loading-screen/loading-screen.component'; @NgModule({ - declarations: [AppComponent], + declarations: [AppComponent, LoadingScreenComponent], imports: [ BrowserModule, AppRoutingModule,