Skip to content

Commit

Permalink
Fixing linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Barber committed Mar 17, 2021
1 parent 4b3d897 commit 6d8203b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-components/src/horizontal-scroll/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { customElement, FASTElement } from '@microsoft/fast-element';
import { customElement } from '@microsoft/fast-element';
import { HorizontalScroll, HorizontalScrollTemplate as template } from '@microsoft/fast-foundation';
import { HorizontalScrollStyles as styles, ActionsStyles } from './horizontal-scroll.styles';
import { ActionsStyles, HorizontalScrollStyles as styles } from './horizontal-scroll.styles';

@customElement({
name: 'fluent-horizontal-scroll',
Expand Down

0 comments on commit 6d8203b

Please sign in to comment.