mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
node related images
This commit is contained in:
parent
b8b1e49d94
commit
1a7557eab4
8 changed files with 102 additions and 15 deletions
4
src/redux/types.ts
Normal file
4
src/redux/types.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export type ITag = {
|
||||
title: string;
|
||||
feature: 'red' | 'blue' | 'green' | 'olive' | 'black';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue