Browse code

init v1

Louis Jonget authored on13/05/2024 20:43:46
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+'use strict';
2
+
3
+module.exports = {
4
+  name: 'text',
5
+  template: require('../../templates/components/text.tpl'),
6
+  manipulator: 'html'
7
+};