Skip to content

Commit

Permalink
fix: Broken TooltipIcon import (#11305)
Browse files Browse the repository at this point in the history
Co-authored-by: Banks Nussman <[email protected]>
  • Loading branch information
bnussman-akamai and bnussman authored Nov 21, 2024
1 parent 7472d8b commit 40b335b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Stack } from '@linode/ui';
import { Stack, TooltipIcon } from '@linode/ui';
import React from 'react';

import { StatusIcon } from 'src/components/StatusIcon/StatusIcon';
import { TooltipIcon } from 'src/components/TooltipIcon';
import { capitalizeAllWords } from 'src/utilities/capitalize';

import { imageStatusIconMap } from './ImageRegions/ImageRegionRow';
Expand Down

0 comments on commit 40b335b

Please sign in to comment.