Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Oct 25, 2023
1 parent 58959c6 commit ad1a5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/localize/localize-mixin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '@formatjs/intl-pluralrules/dist-es6/polyfill-locales.js';
import { dedupeMixin } from '@open-wc/dedupe-mixin';
import { getDocumentLocaleSettings, supportedLangpacks } from '@brightspace-ui/intl/lib/common.js';
import { dedupeMixin } from '@open-wc/dedupe-mixin';
import { getLocalizeOverrideResources } from '../../helpers/getLocalizeResources.js';
import { html } from 'lit';
import { ifDefined } from 'lit/directives/if-defined.js';
Expand Down

0 comments on commit ad1a5d6

Please sign in to comment.