feat: built storycard

This commit is contained in:
MTG2000
2022-04-15 17:47:17 +03:00
parent 11317a2dc0
commit 1dbbbb210c
14 changed files with 317 additions and 114 deletions

View File

@@ -1,4 +1,7 @@
export type Tag = {
id: number
title: string
}
export type Image = string;