diff --git a/code-snapshots/03-essentials-modules/02-app-module-first-cmp-migrated/src/app/app.module.ts b/code-snapshots/03-essentials-modules/02-app-module-first-cmp-migrated/src/app/app.module.ts index d0c5d6bd..20000b20 100644 --- a/code-snapshots/03-essentials-modules/02-app-module-first-cmp-migrated/src/app/app.module.ts +++ b/code-snapshots/03-essentials-modules/02-app-module-first-cmp-migrated/src/app/app.module.ts @@ -12,3 +12,4 @@ import { TasksComponent } from './tasks/tasks.component'; imports: [BrowserModule, HeaderComponent, UserComponent, TasksComponent], }) export class AppModule {} +// That's a good code