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);