Skip to content

Commit

Permalink
fix: update input package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 4, 2024
1 parent 00a6360 commit 08fd308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datepicker/src/auro-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import './auro-calendar.js';
import { AuroDropdown } from '@auro-formkit/auro-dropdown';
import dropdownVersion from './formkit/auro-dropdownVersion.js';

import { AuroInput } from '../../input/src/auro-input.js';
import { AuroInput } from '@auro-formkit/auro-input';
import inputVersion from './formkit/auro-inputVersion.js';

// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
Expand Down

0 comments on commit 08fd308

Please sign in to comment.