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

5
quiz/js/directives.js Executable file
View File

@@ -0,0 +1,5 @@
angular.module('app.directives', [])
.directive('blankDirective', [function(){
}]);