Performers page improved

This commit is contained in:
2022-06-18 12:27:55 +03:00
parent 29e7d5a01b
commit f97583bf50
6 changed files with 89 additions and 58 deletions

View File

@@ -1,9 +1,7 @@
type Performer = {
id: number,
name: string,
paragraphs: Array<string>,
imagePath: string,
showDesc: boolean
}
export default Performer;