Skip to content

Commit 51fc39a

Browse files
author
Betsy Avila
committed
missing comma
1 parent fe84536 commit 51fc39a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { AccountComponent } from './containers/account/account.component';
4848
AccountComponent
4949
],
5050
imports: [
51-
NgbModule
51+
NgbModule,
5252

5353
// Angular
5454
BrowserModule,

0 commit comments

Comments
 (0)