Skip to content
Snippets Groups Projects
lecturer-root.component.html 188 B
Newer Older
<app-navbar></app-navbar>
<div class="container-fluid">
    <app-lecturer-dashboard></app-lecturer-dashboard>
  </div>
  <router-outlet></router-outlet>