update dependencies

This commit is contained in:
2023-10-27 17:45:08 +07:00
parent b6784aa979
commit 42eb882f52
13 changed files with 1405 additions and 1345 deletions

View File

@@ -1,5 +1,6 @@
import { message, open } from '@tauri-apps/plugin-dialog';
import { readBinaryFile } from '@tauri-apps/plugin-fs';
import { fetch } from '@tauri-apps/plugin-http';
import { Dispatch, SetStateAction, useState } from 'react';
import { LoaderIcon, PlusIcon } from '@shared/icons';