Last active
February 1, 2020 15:02
-
-
Save FBosler/e628479368a99bed0095cc0f39e961d0 to your computer and use it in GitHub Desktop.
v0 of Milestones
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 Milestones = () => { | |
return ( | |
<div> | |
Milestones component | |
</div> | |
); | |
} | |
export default Milestones; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment