Explorar el Código

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

alvesantos hace 1 semana
padre
commit
ddcb2d1306
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>