Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Oct 29, 2024
1 parent 6f09823 commit 28c22a0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ import { environment } from '../../../environments/environment';
selector: 'app-navigation',
templateUrl: './navigation.component.html',
imports: environment.webComponents
? [DefaultComponent, DBNavigationItem, NavigationContentDirective] // TODO: Remove DBNavigationItem,NavigationContentDirective after stencil component works
? [
DefaultComponent,
DBNavigation,
DBNavigationItem,
NavigationContentDirective
] // TODO: Remove DBNavigation,DBNavigationItem,NavigationContentDirective after stencil component works
: [
DefaultComponent,
DBNavigation,
Expand Down

0 comments on commit 28c22a0

Please sign in to comment.