Skip to content

Commit 8a64c99

Browse files
committed
Remove old topbar.
1 parent c53592e commit 8a64c99

File tree

3 files changed

+0
-137
lines changed

3 files changed

+0
-137
lines changed

angular/src/shared/layout/topbar.component.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

angular/src/shared/layout/topbar.component.ts

Lines changed: 0 additions & 80 deletions
This file was deleted.

angular/src/shared/shared.module.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,11 @@ import { AppUrlService } from './nav/app-url.service';
88
import { AppAuthService } from './auth/app-auth.service';
99
import { AppRouteGuard } from './auth/auth-route-guard';
1010

11-
import { TopBarComponent } from './layout/topbar.component';
12-
1311
@NgModule({
1412
imports: [
1513
CommonModule,
1614
AbpModule,
1715
RouterModule
18-
],
19-
declarations: [
20-
TopBarComponent
21-
],
22-
exports: [
23-
TopBarComponent
2416
]
2517
})
2618
export class SharedModule {

0 commit comments

Comments
 (0)