Skip to content

Instantly share code, notes, and snippets.

@JamieCurnow
Created October 15, 2018 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamieCurnow/6a686d490ddc0685c7f641997c6046ca to your computer and use it in GitHub Desktop.
Save JamieCurnow/6a686d490ddc0685c7f641997c6046ca to your computer and use it in GitHub Desktop.
import Home from '~/pages/Home'
import PageOne from '~/pages/PageOne'
import PageTwo from '~/pages/PageTwo'
const routes = {
Home,
PageOne,
PageTwo
}
export default routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment