Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Nov 22, 2024
1 parent 5931adc commit 29797c7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import * as Sentry from '@sentry/react';
import { useCallback, useState } from 'react';
import { invoke } from '@tauri-apps/api/tauri';
<<<<<<< HEAD
import { useAppStateStore } from '@app/store/appStateStore.ts';
=======
>>>>>>> main

export function useGetSeedWords() {
const [seedWords, setSeedWords] = useState<string[]>([]);
Expand Down

0 comments on commit 29797c7

Please sign in to comment.