Hibernate page until the next year

This commit is contained in:
2023-07-25 16:37:31 +03:00
parent f474b8f39b
commit f22db43343
6 changed files with 30 additions and 12 deletions

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

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