Skip to content

Instantly share code, notes, and snippets.

@darae07
Created July 30, 2020 15:30
Show Gist options
  • Save darae07/f042dd1146f87c28d6c1e46f3200379e to your computer and use it in GitHub Desktop.
Save darae07/f042dd1146f87c28d6c1e46f3200379e to your computer and use it in GitHub Desktop.
import App from "./App";
import Home from "./Home";
import Login from "./Login";
import Navigation from "./Navigation";
import NotFound from "./NotFound";
import Signup from "./Signup";
export default { App, Home, Login, Navigation, NotFound, Signup };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment