Skip to content

Commit

Permalink
chore: delete tests and extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Jul 12, 2024
1 parent 0a3ac93 commit a0331aa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 58 deletions.
31 changes: 0 additions & 31 deletions apps/taiga-lumbermill/src/components/app/app.component.spec.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,15 @@
<a
iconStart="@tui.users"
routerLinkActive="active"
tuiAppearance="flat"
tuiButton
tuiHintAside
[routerLink]="routes.Navigation"
>
Groups
</a>
<button
iconStart="@tui.settings"
tuiAppearance="flat"
tuiButton
[tuiAppearanceState]="open ? 'hover' : null"
[tuiChevron]="expanded && submenu"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,4 @@ export class NavigationComponent {
protected open = false;
protected expanded = false;
protected submenu = false;
protected readonly routes = {
Navigation: '/',
};
}

0 comments on commit a0331aa

Please sign in to comment.