summaryrefslogtreecommitdiff
path: root/src/components/Schedule.tsx
blob: 64e4d1a648ee08fe6564d606e954af62087657cf (plain)
1
2
3
4
5
6
7
8
9
function Schedule() {
  return (
    <>
      <p>Location and attire</p>
    </>
  );
}

export default Schedule;