Added routes & navbar
This commit is contained in:
9
public/language/en-AU.jsx
Normal file
9
public/language/en-AU.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
module.exports = {
|
||||
"navbar": {
|
||||
"home": "Home",
|
||||
"about": "About",
|
||||
"contact": "Contact"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user