diff --git a/src/renderer/components/text/index.tsx b/src/renderer/components/text/index.tsx index bd37fcabe..fcf25235f 100644 --- a/src/renderer/components/text/index.tsx +++ b/src/renderer/components/text/index.tsx @@ -4,7 +4,6 @@ import { Text as MantineText, TextProps as MantineTextProps, } from '@mantine/core'; -import { Link } from 'react-router-dom'; import styled from 'styled-components'; import { Font, textEllipsis } from '@/renderer/styles'; @@ -46,7 +45,6 @@ export const _Text = ({ }: TextProps) => { return (