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.
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;
@misselliev
Copy link
Author

Creating a Home component for an article on Dev.To

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment