Skip to content

Commit

Permalink
fix(TooltipIcon): remove component (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost authored Jan 24, 2023
1 parent 21456c0 commit 62c4cd4
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 124 deletions.
1 change: 0 additions & 1 deletion packages/ui/src/__tests__/a11y.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const testedComponents = [
'SelectableCard',
'StepList',
'Toaster',
'TooltipIcon',
'Tag',
'Tags',
'TextInput',
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions packages/ui/src/components/TooltipIcon/__tests__/index.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions packages/ui/src/components/TooltipIcon/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export { TimeInput } from './TimeInput'
export { ToastContainer, toast } from './Toaster'
export { Toggle } from './Toggle'
export { Tooltip } from './Tooltip'
export { TooltipIcon } from './TooltipIcon'
export { usePagination } from './Pagination/usePagination'
export { Grid, Row, Col } from './Grid'
export { List as ListV2 } from './ListV2'
Expand Down
1 change: 0 additions & 1 deletion packages/ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export {
ToastContainer,
toast,
Tooltip,
TooltipIcon,
UnitInput,
usePagination,
VerificationCode,
Expand Down

0 comments on commit 62c4cd4

Please sign in to comment.