Created
August 13, 2020 00:30
-
-
Save misselliev/b51c7e25c77655dfe13c278178ce0c5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Creating a Home component for an article on Dev.To