Last active
February 6, 2020 07:56
-
-
Save FBosler/ebe5a145cf0c8a34db460974c6b3c8d7 to your computer and use it in GitHub Desktop.
landing_v2_b.jsx
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"; | |
import Milestones from "../Milestones"; | |
const Landing = () => { | |
return <Milestones referrals={12} />; | |
}; | |
export default Landing; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment