From 9a81ce236772447620c3f013e0e5be8f38b0213c Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 9 Aug 2023 12:00:59 +0300 Subject: [PATCH] fix: remove duplicate config import --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 99f0d9d3..35aeb708 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,8 +4,6 @@ import { Provider as StatusProvider } from '@status-im/components' import config from '../tamagui.config' import LandingPage from './components/LayoutComponent/LandingPage' -import config from '../tamagui.config' - function App() { return (