This commit is contained in:
ammarahm-ed
2022-02-28 15:32:55 +05:00
parent c34e3a7edd
commit 5679f1af41
105 changed files with 363 additions and 1502 deletions

View File

@@ -46,10 +46,10 @@ import { deleteItems } from '../functions';
import { MMKV } from '../database/mmkv';
import { sleep } from '../time';
import { presentDialog } from '../../components/dialog/functions';
import { MoveNotes } from '../../components/MoveNoteDialog/movenote';
import NoteHistory from '../../components/NoteHistory';
import tiny from '../../views/Editor/tiny/tiny.js';
import { EditorWebView } from '../../views/Editor/Functions';
import { MoveNotes } from '../../components/sheets/move-notes/movenote';
import NoteHistory from '../../components/note-history';
import tiny from '../../screens/editor/tiny/tiny.js';
import { EditorWebView } from '../../screens/editor/Functions';
export const useActions = ({ close = () => {}, item }) => {
const [state, dispatch] = useTracked();