Skip to content

Commit

Permalink
eslint quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschedel committed Feb 14, 2024
1 parent 5385df1 commit 3125a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import useSubmit from '@hooks/useSubmit';
import { ChatInterface } from '@type/chat';
import Toast from '@components/Toast';
import isElectron, { isMac } from '@utils/electron';
import { toString } from 'lodash';

function App() {
const setChats = useStore((state) => state.setChats);
Expand Down

0 comments on commit 3125a93

Please sign in to comment.