Blank page for year 2026

This commit is contained in:
2026-04-13 20:11:33 +03:00
parent 488a439c7d
commit f3b4f08b4f
6 changed files with 88 additions and 10 deletions

7
data/performers/2026.ts Normal file
View File

@@ -0,0 +1,7 @@
import type Performer from "../../types/Performer";
const Performers: Array<Performer> = [
//{ name: '', paragraphs: [''], id: 'placeholder' },
];
export default Performers;