From 7e6d8264ca67b0a7ecde73d4e0025fc1d0d03d20 Mon Sep 17 00:00:00 2001 From: Franco Borrelli Date: Sat, 24 Aug 2024 16:47:43 -0300 Subject: [PATCH] remove unsed import --- src/components/Layout/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 9522b7a..57fc879 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -1,6 +1,3 @@ -// Redux -import { useAppSelector } from '../../store/store'; - // Components import { Col, Flex, Row } from 'antd'; import { Navbar } from './components/Navbar';