Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph committed Sep 16, 2024
1 parent 9ce9d3b commit 626b9ab
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 React, { ReactNode } from 'react';
import Box from '@mui/material/Box';
import ReactHtmlParser from 'html-react-parser';

import InfoTooltip from 'src/components/tooltip/InfoTooltip';
import InfoTooltip from 'web-components/src/components/tooltip/InfoTooltip';

import { cn } from '../../../../utils/styles/cn';
import { NavLinkProps } from '../NavLink';
Expand Down

0 comments on commit 626b9ab

Please sign in to comment.