Commit 65b91b45 authored by Max Alekseenko's avatar Max Alekseenko

fix after-merge issues

parent f8621e35
......@@ -6,8 +6,8 @@ import type { DeFiDropdownItem as TDeFiDropdownItem } from 'types/client/deFiDro
import { route } from 'nextjs-routes';
import IconSvg from 'ui/shared/IconSvg';
import LinkExternal from 'ui/shared/LinkExternal';
import LinkInternal from 'ui/shared/LinkInternal';
import LinkExternal from 'ui/shared/links/LinkExternal';
import LinkInternal from 'ui/shared/links/LinkInternal';
type Props = {
item: TDeFiDropdownItem & { onClick: () => void };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment