Skip to content

Instantly share code, notes, and snippets.

@misselliev
Created August 13, 2020 00:30
Show Gist options
  • Save misselliev/b51c7e25c77655dfe13c278178ce0c5b to your computer and use it in GitHub Desktop.
Save misselliev/b51c7e25c77655dfe13c278178ce0c5b to your computer and use it in GitHub Desktop.

Revisions

  1. misselliev created this gist Aug 13, 2020.
    11 changes: 11 additions & 0 deletions TourDates.tsx
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    import React from 'react';

    const TourDates: React.FC = () => {
    return (
    <div className="container mx-auto">
    <div className="text-white">Tour Dates go here</div>
    </div>
    );
    };

    export default TourDates;