Skip to content

Instantly share code, notes, and snippets.

@FBosler
Created February 2, 2020 15:27
Show Gist options
  • Save FBosler/e3fa8fbac10476835f77973ac1cc5d84 to your computer and use it in GitHub Desktop.
Save FBosler/e3fa8fbac10476835f77973ac1cc5d84 to your computer and use it in GitHub Desktop.
Main app version_1 uses 12 referrals as an example
import React from "react";
import Milestones from "./components/layout/Milestones";
import "bootstrap/dist/css/bootstrap.min.css";
const App = () => {
return <Milestones referrals={12} />;
};
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment