Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFnz committed Mar 9, 2025
1 parent 8aa856e commit b627b64
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/hooks/use-note-operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import {
useUpdateNoteMutation,
} from '@store/queries/note'
import { RootState } from '@store/store'
import {
addFolder,
addNoteToFolder,
setFolders,
} from '@store/slices/folder'
import { addFolder, addNoteToFolder, setFolders } from '@store/slices/folder'
import { useCreateFolderMutation } from '@store/queries/folder'

export const useNoteOperations = () => {
Expand Down

0 comments on commit b627b64

Please sign in to comment.