bugfixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
import { initFlowbite } from 'flowbite';
|
||||
import { DeckListComponent } from './deck-list.component';
|
||||
|
||||
@Component({
|
||||
@@ -18,6 +17,5 @@ import { DeckListComponent } from './deck-list.component';
|
||||
export class AppComponent {
|
||||
title = 'vocabulary-training';
|
||||
ngOnInit(): void {
|
||||
initFlowbite();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user