New single performer page

This commit is contained in:
2024-05-20 19:18:32 +03:00
parent 36ff0d9280
commit 8f57fc8456
3 changed files with 51 additions and 7 deletions

View File

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