chore: add back logs

This commit is contained in:
waterplea
2024-08-11 00:41:26 +04:00
parent 846189b15b
commit 7850681ce1
6 changed files with 50 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ import { StateService } from 'src/app/services/state.service'
@Component({
standalone: true,
template: '<app-initializing [setupType]="type" [progress]="progress()" />',
styles: ':host { max-width: unset; align-items: stretch; }',
imports: [InitializingComponent],
changeDetection: ChangeDetectionStrategy.OnPush,
})