Performers page improved
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
type Performer = {
|
||||
id: number,
|
||||
name: string,
|
||||
paragraphs: Array<string>,
|
||||
imagePath: string,
|
||||
showDesc: boolean
|
||||
}
|
||||
|
||||
export default Performer;
|
||||
Reference in New Issue
Block a user