Removed the following warnings that come during compilation :
->src/constants/index.js
Line 1:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export
-> src/reducers/index.js
Line 21:1: Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
src/wizard/FedoraManualTesting.js
Line 160:11: 'tc_rawname' is assigned a value but never used
Removed the following warnings that come during compilation :
->src/constants/index.js
Line 1:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export
-> src/reducers/index.js
Line 21:1: Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
src/wizard/FedoraManualTesting.js
Line 160:11: 'tc_rawname' is assigned a value but never used