Skip to content

Instantly share code, notes, and snippets.

View underbluewaters's full-sized avatar
🐟

Chad Burt underbluewaters

🐟
View GitHub Profile
// routes.js
const routes = [
{
path: '/',
component: Home,
exact: true
},
{
path: '/gists',
component: Gists