Skip to content

Commit aa0d1b5

Browse files
author
Mark Macneil
committed
post in progress
1 parent 83e0c44 commit aa0d1b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { NgModule } from '@angular/core';
2+
import { CommonModule } from '@angular/common';
3+
4+
@NgModule({
5+
imports: [
6+
CommonModule
7+
],
8+
declarations: []
9+
})
10+
export class AccountModule { }

0 commit comments

Comments
 (0)