Fix router error after form page removal

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2023-11-09 20:03:54 -07:00
parent 24c38af0c8
commit 2179c200e4

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,
},
{