Template Upload
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
exports.x = 'x';
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = 'x';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
export default 'x';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export var x = 'x';
|
||||
Reference in New Issue
Block a user