Skip to content

Commit fd79704

Browse files
committed
2 parents 97f3a52 + bd9679e commit fd79704

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/component/TransferFuncVar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
export const A = 18.985;
23
export const B = 5;
3-
export const C = -1.1;
4+
export const C = 2;

src/component/test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
export const A = 18.985;
2-
export const B = 5;
3-
export const C = -1.1;
1+
test

0 commit comments

Comments
 (0)