Skip to content

Commit

Permalink
bringing the component class back - we need it so we can provide the …
Browse files Browse the repository at this point in the history
…current locale as input to the modifier.
  • Loading branch information
stopfstedt committed Jan 16, 2025
1 parent 8e62a0e commit ea20ce3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ilios-common/addon/components/date-picker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Component from '@glimmer/component';
import { service } from '@ember/service';

export default class DatePickerComponent extends Component {
@service intl;
}

0 comments on commit ea20ce3

Please sign in to comment.