Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 6993079

Browse files
committed
fix lint issues
1 parent 4c8063e commit 6993079

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/src/examples/components/Carousel/BestPractices/CarouselBestPractices.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as React from 'react'
2-
import { Text } from '@fluentui/react'
3-
import { Box } from '@fluentui/react'
2+
import { Text, Box } from '@fluentui/react'
43
import { link } from '../../../../utils/helpers'
54

65
import ComponentBestPractices from 'docs/src/components/ComponentBestPractices'

packages/accessibility/test/behaviors/caroselBehavior-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { carouselBehavior as carouselBehavior } from '@fluentui/accessibility'
1+
import { carouselBehavior } from '@fluentui/accessibility'
22

33
const roleDescription = "carousel"
44
const label = "portrait collection"

0 commit comments

Comments
 (0)