Browse Source

fix: add missing newline at end of file in StudentPage.vue

alvesantos 1 week ago
parent
commit
ddcb2d1306
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/students/StudentPage.vue

+ 1 - 1
src/pages/students/StudentPage.vue

@@ -297,4 +297,4 @@ onMounted(loadStudents);
     max-width: 100%;
   }
 }
-</style>
+</style>