Przeglądaj źródła

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

alvesantos 1 tydzień temu
rodzic
commit
ddcb2d1306
1 zmienionych plików z 1 dodań i 1 usunięć
  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>