From 32d6b495f663a727f6ff75043e1a18908142ca93 Mon Sep 17 00:00:00 2001 From: Jack Schedel Date: Tue, 2 Jan 2024 20:59:24 -0500 Subject: [PATCH] unpretty code test --- src/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 2d41ee79..c482dee4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,6 +12,11 @@ import ApiPopup from '@components/ApiPopup'; import Toast from '@components/Toast'; import isElectron from '@utils/electron'; + + + + + function App() { const initialiseNewChat = useInitialiseNewChat(); const setChats = useStore((state) => state.setChats);