tour implementation; style fixes

This commit is contained in:
Cory Dransfeldt 2022-06-06 15:29:35 -07:00
parent 96e42dc5f1
commit 8e9d0ec900
4 changed files with 77 additions and 1 deletions

10
data/tourData.ts Normal file
View file

@ -0,0 +1,10 @@
const tourData = [
// {
// date: '2005-05-07',
// venue: 'Montreal @ Medley',
// details: 'Quo Vadis, Despised Icon',
// tickets: '',
// },
]
export default tourData