Add note creation in frontend

This commit is contained in:
2020-04-12 22:44:44 +02:00
parent 64c3693f73
commit ba4c13c433
3 changed files with 89 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
import Vue from 'vue'
import VueRouter from 'vue-router'
import Home from '../views/Home.vue'
import Signup from '../views/Signup.vue'
import Signin from '../views/Signin.vue'