1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

made sortable grid component

This commit is contained in:
Fedor Katurov 2022-06-24 16:47:38 +07:00
parent 24ab0cb050
commit 3345939670
13 changed files with 243 additions and 170 deletions

View file

@ -1,7 +1,7 @@
import { IFile } from '~/types';
export const EMPTY_FILE: IFile = {
id: undefined,
id: 0,
user_id: undefined,
node_id: undefined,