moved quiz to folder

This commit is contained in:
Ronaldo
2026-04-06 10:55:32 +00:00
parent 7b9fb34462
commit a315eab0d5
249 changed files with 0 additions and 0 deletions

9
quiz/js/services.js Executable file
View File

@@ -0,0 +1,9 @@
angular.module('app.services', [])
.factory('BlankFactory', [function(){
}])
.service('BlankService', [function(){
}]);