Browse code

Remove old version 5

Benjamin Roth authored on14/03/2021 15:27:00
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,11 +0,0 @@
1
-import Support from '../../utils/support';
2
-
3
-export default {
4
-  name: 'support',
5
-  proto: {
6
-    support: Support,
7
-  },
8
-  static: {
9
-    support: Support,
10
-  },
11
-};
Browse code

Initial commit

Benjamin Roth authored on19/05/2020 21:59:44
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+import Support from '../../utils/support';
2
+
3
+export default {
4
+  name: 'support',
5
+  proto: {
6
+    support: Support,
7
+  },
8
+  static: {
9
+    support: Support,
10
+  },
11
+};