Cleanup unsed files and configs (#67)

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
Reviewed-on: Georgi_Lab/ALVINN_f7#67
This commit is contained in:
2024-01-09 08:28:19 -07:00
parent 66b135d21a
commit 671813958b
2 changed files with 0 additions and 47 deletions

View File

@@ -4,7 +4,6 @@ import AboutPage from '../pages/about.vue';
import SettingsPage from '../pages/settings.vue';
import DetectPage from '../pages/detect.vue';
import DynamicRoutePage from '../pages/dynamic-route.vue';
import NotFoundPage from '../pages/404.vue';
var routes = [
@@ -24,12 +23,6 @@ var routes = [
path: '/settings/',
component: SettingsPage,
},
{
path: '/dynamic-route/blog/:blogId/post/:postId/',
component: DynamicRoutePage,
},
{
path: '(.*)',
component: NotFoundPage,