From ab6db7b2cbdf7c5aa3c561209589700a5d01a8fa Mon Sep 17 00:00:00 2001 From: Diogo Soares <32431609+DiogoSoaress@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:13:05 +0100 Subject: [PATCH] fix: replace faulty import --- src/components/Safenet/Roadmap/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Safenet/Roadmap/index.tsx b/src/components/Safenet/Roadmap/index.tsx index 21e9380e..262badd0 100644 --- a/src/components/Safenet/Roadmap/index.tsx +++ b/src/components/Safenet/Roadmap/index.tsx @@ -1,6 +1,5 @@ import { Button, Container, Grid, IconButton, Typography } from '@mui/material' import GradientChip from '@/components/Safenet/GradientChip' -import { ALPHA_TELEGRAM_LINK } from '@/config/constants' import TelegramGradient from '@/public/images/Safenet/telegram-gradient.svg' import css from './styles.module.css' @@ -56,7 +55,7 @@ const Roadmap = () => {