diff options
Diffstat (limited to 'src/app/app.component.html')
| -rw-r--r-- | src/app/app.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app.component.html b/src/app/app.component.html new file mode 100644 index 0000000..6c51026 --- /dev/null +++ b/src/app/app.component.html @@ -0,0 +1,3 @@ +<div class="main"> + <router-outlet></router-outlet> +</div> |
