Skip to content

Instantly share code, notes, and snippets.

@FBosler
Last active February 1, 2020 15:02
Show Gist options
  • Save FBosler/e628479368a99bed0095cc0f39e961d0 to your computer and use it in GitHub Desktop.
Save FBosler/e628479368a99bed0095cc0f39e961d0 to your computer and use it in GitHub Desktop.
v0 of Milestones
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