Fix router error after form page removal (#2)

Sweet.  There was a regression in the very first PR #1 !  This fixes that.

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>

Reviewed-on: Georgi_Lab/ALVINN_f7#2
This commit is contained in:
2023-11-09 20:06:31 -07:00
parent 24c38af0c8
commit c72ab22f47

View File

@@ -1,8 +1,6 @@
import HomePage from '../pages/home.vue';
import AboutPage from '../pages/about.vue';
import FormPage from '../pages/form.vue';
import DynamicRoutePage from '../pages/dynamic-route.vue';
import RequestAndLoad from '../pages/request-and-load.vue';
@@ -17,10 +15,6 @@ var routes = [
path: '/about/',
component: AboutPage,
},
{
path: '/form/',
component: FormPage,
},
{