Skip to content

Commit 6d8b0fd

Browse files
zvonimirfrasesuau
andcommitted
fix(search): Add I18nModule to module imports
Co-Authored-By: esuau <[email protected]>
1 parent c4b305d commit 6d8b0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/search/search.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { FormsModule } from "@angular/forms";
44
import { CommonModule } from "@angular/common";
55

66
// imports
7+
import { I18nModule } from "../i18n/i18n.module";
78
import { Search } from "./search.component";
89

910
@NgModule({

0 commit comments

Comments
 (0)