Skip to content

Instantly share code, notes, and snippets.

@FBosler
Last active February 6, 2020 07:56
Show Gist options
  • Save FBosler/ebe5a145cf0c8a34db460974c6b3c8d7 to your computer and use it in GitHub Desktop.
Save FBosler/ebe5a145cf0c8a34db460974c6b3c8d7 to your computer and use it in GitHub Desktop.
landing_v2_b.jsx
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