Skip to content

Commit

Permalink
fix(web-components): address lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 22, 2021
1 parent 93900c3 commit 3c301fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/src/custom-elements.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Export all custom element definitions
*/
import type { Container } from '@microsoft/fast-foundation';
import { fluentAccordion, fluentAccordionItem } from './accordion/index';
import { fluentAnchor } from './anchor/index';
import { fluentAnchoredRegion } from './anchored-region/index';
Expand Down Expand Up @@ -36,7 +37,6 @@ import { fluentTextField } from './text-field/index';
import { fluentTooltip } from './tooltip/index';
import { fluentTreeView } from './tree-view/index';
import { fluentTreeItem } from './tree-item/index';
import { Container } from '@microsoft/fast-foundation';

export {
fluentAccordion,
Expand Down

0 comments on commit 3c301fc

Please sign in to comment.