diff --git a/src/pages/student-grievance.vue b/src/pages/student-grievance.vue
new file mode 100644
index 0000000..f2b0aea
--- /dev/null
+++ b/src/pages/student-grievance.vue
@@ -0,0 +1,5 @@
+
+
+
\ No newline at end of file
diff --git a/typed-router.d.ts b/typed-router.d.ts
index 51e608d..d424d94 100644
--- a/typed-router.d.ts
+++ b/typed-router.d.ts
@@ -48,6 +48,7 @@ declare module 'vue-router/auto/routes' {
'/nn/[id]': RouteRecordInfo<'/nn/[id]', '/nn/:id', { id: ParamValue }, { id: ParamValue }>,
'/notice/': RouteRecordInfo<'/notice/', '/notice', Record, Record>,
'/notice/[id]': RouteRecordInfo<'/notice/[id]', '/notice/:id', { id: ParamValue }, { id: ParamValue }>,
+ '/student-grievance': RouteRecordInfo<'/student-grievance', '/student-grievance', Record, Record>,
'/temp/google': RouteRecordInfo<'/temp/google', '/temp/google', Record, Record>,
}
}