Created
February 2, 2020 15:27
-
-
Save FBosler/e3fa8fbac10476835f77973ac1cc5d84 to your computer and use it in GitHub Desktop.
Main app version_1 uses 12 referrals as an example
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 "./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