Updated to 2023

This commit is contained in:
2023-05-15 20:30:11 +03:00
parent 9a2e646776
commit df9b60a368
9 changed files with 136 additions and 383 deletions

5
data/performers/2023.ts Normal file
View File

@@ -0,0 +1,5 @@
import type Performer from '../../types/Performer';
const Performers: Array<Performer> = [];
export default Performers;