Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudyb committed Apr 18, 2024
1 parent e1425b1 commit 33fed73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Licensed under the MIT license. See LICENSE file in the project.
*/
import { Link, Text, useTheme } from '@fluentui/react'
import { } from '@fluentui/react'
import type { CSSProperties, FC } from 'react'
import { memo, useMemo } from 'react'

Expand Down
2 changes: 0 additions & 2 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export * from './Chips/Chip.js'
export * from './Chips/Chips.types.js'
export * from './TimeBrush/TimeBrush.js'
export * from './TimeBrush/TimeBrush.types.js'
export * from './Footer/Footer.js'
export * from './Footer/Footer.types.js'
export * from './ClippedGraph/ClippedGraph.js'
export * from './CollapsiblePanel/CollapsiblePanel.js'
export * from './CollapsiblePanel/CollapsiblePanel.types.js'
Expand Down

0 comments on commit 33fed73

Please sign in to comment.