import loading screen component

This commit is contained in:
cyber-dream 2022-10-31 21:52:47 +03:00
parent 697af17462
commit 96a81cb5ec

View File

@ -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,