Skip to content

Commit

Permalink
fix: Remove bad import of d2l-navigation-shared-styles (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLemieux authored Jul 27, 2022
1 parent 5d8c9f4 commit 8f33915
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions d2l-navigation-band.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import '@brightspace-ui/core/components/colors/colors.js';
import './d2l-navigation-shared-styles';

import { PolymerElement, html } from '@polymer/polymer/polymer-element.js';
import { navigationSharedStyle } from './d2l-navigation-shared-styles';
import { navigationSharedStyle } from './d2l-navigation-shared-styles.js';

/**
`d2l-navigation-band`
Polymer-based web component for a solid colour band that runs along the top of the navigational header
Expand Down

0 comments on commit 8f33915

Please sign in to comment.