some really basic styling out of the way, ready to build out UI

This commit is contained in:
Annika
2022-07-09 17:41:20 -06:00
parent bffc0564ea
commit 647d066822
11 changed files with 178 additions and 74 deletions
+5 -5
View File
@@ -8,13 +8,13 @@ function loadPage(page) {
const routes = [
{
path: '/',
name: 'Home',
component: loadPage('HomePage')
name: 'Overview',
component: loadPage('OverviewPage')
},
{
path: '/about',
name: 'About',
component: loadPage('AboutPage')
path: '/transactions',
name: 'Transactions',
component: loadPage('TransactionsPage')
},
{
path: '/account',