Skip to content

Commit

Permalink
fix(runtime): stop auro-menu from loading before auro-select
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Dec 28, 2022
1 parent 4229bbf commit bdc6857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/auro-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// If using litElement base class
import { LitElement, html } from "lit-element";

import '@aurodesignsystem/auro-menu';

// If using auroElement base class
// See instructions for importing auroElement base class https://git.io/JULq4
// import { html, css } from "lit-element";
Expand Down

0 comments on commit bdc6857

Please sign in to comment.