Skip to content

Commit

Permalink
Update import for navigation component
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 7, 2024
1 parent 19db0be commit dad8f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { accordion, banner, comboBox, datePicker, header } from '@18f/identity-design-system';
import { accordion, banner, comboBox, datePicker, navigation } from '@18f/identity-design-system';

const components = [accordion, banner, comboBox, datePicker, header];
const components = [accordion, banner, comboBox, datePicker, navigation];
components.forEach((component) => component.on());

0 comments on commit dad8f1c

Please sign in to comment.