mirror of
https://github.com/jcreek/bank-statement-analyser.git
synced 2026-07-16 04:13:45 +00:00
Initial setup of the routing, and included a test bank statement
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div id="header">
|
||||
<h1>Bank Statement Analyser</h1>
|
||||
<div id="nav">
|
||||
<router-link to="/">Home</router-link> |
|
||||
<router-link to="/about">About</router-link>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user