Skip to content

Commit

Permalink
fix(import): correct file path in import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sidor authored and blackfalcon committed May 18, 2023
1 parent 008c452 commit f2f78a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ifDefined } from 'lit-html/directives/if-defined';
import "focus-visible/dist/focus-visible.min.js";
import styleCss from "./auro-checkbox-css.js";

import checkLg from '../node_modules/@alaskaairux/icons/dist/icons/interface/check-lg_es6.js';
import checkLg from '@alaskaairux/icons/dist/icons/interface/check-lg_es6.js';

// build the component class
class AuroCheckbox extends LitElement {
Expand Down

0 comments on commit f2f78a0

Please sign in to comment.