Added routes & navbar

This commit is contained in:
2018-05-06 17:15:32 +10:00
parent 8f063a2406
commit 923bc782c2
7 changed files with 146 additions and 24 deletions

View File

@ -0,0 +1,9 @@
import React from 'react';
module.exports = {
"navbar": {
"home": "Home",
"about": "About",
"contact": "Contact"
}
}