Skip to content

Commit

Permalink
unpretty code test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschedel committed Jan 3, 2024
1 parent 672cfba commit 32d6b49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 32d6b49

Please sign in to comment.