Skip to content

Commit

Permalink
feat: add speakers data placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 13, 2024
1 parent 9e50302 commit 5821f8f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/speakers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export interface Speaker {
name: string
description: string
}

export const speakers: Speaker[] = [
{
name: 'John Doe',
description: 'Founder and CTO at Placeholder',
}
];

0 comments on commit 5821f8f

Please sign in to comment.