Skip to content

Instantly share code, notes, and snippets.

@FBosler
Created February 1, 2020 15:10
Show Gist options
  • Save FBosler/199042a9f4cff77e3c84ea898a74a331 to your computer and use it in GitHub Desktop.
Save FBosler/199042a9f4cff77e3c84ea898a74a331 to your computer and use it in GitHub Desktop.
App_v0.jsx
import React from "react";
import Milestones from "./components/layout/Milestones";
const App = () => {
return <Milestones />;
};
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment