created reha theme

This commit is contained in:
2023-11-20 21:17:12 +01:00
parent e7474a2258
commit ea98958dc8
27 changed files with 2793 additions and 6 deletions
+17
View File
@@ -0,0 +1,17 @@
/**
* @file
* reha behaviors.
*/
(function (Drupal) {
'use strict';
Drupal.behaviors.reha = {
attach: function (context, settings) {
console.log('It works!');
}
};
} (Drupal));