mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-30 23:26:40 +07:00
99: made node use SWR
This commit is contained in:
parent
832386d39a
commit
a1dfcc6048
27 changed files with 217 additions and 147 deletions
|
@ -5,7 +5,7 @@ import { UPLOAD_TYPES } from '~/redux/uploads/constants';
|
|||
import { IEditorComponentProps } from '~/redux/node/types';
|
||||
import { useFileUploaderContext } from '~/utils/hooks/useFileUploader';
|
||||
import { getFileType } from '~/utils/uploader';
|
||||
import { useNodeFormContext } from '~/utils/hooks/useNodeFormFormik';
|
||||
import { useNodeFormContext } from '~/utils/hooks/node/useNodeFormFormik';
|
||||
import { Button } from '~/components/input/Button';
|
||||
|
||||
type IProps = IEditorComponentProps & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue