Change in structure and first use of webpack
This commit is contained in:
18
src/Header/Header.js
Normal file
18
src/Header/Header.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
/**
|
||||
* Header *
|
||||
*/
|
||||
|
||||
CM = {
|
||||
Backup: {},
|
||||
Cache: {},
|
||||
Config: {},
|
||||
Data: { Config: {} },
|
||||
Disp: {},
|
||||
Footer: {},
|
||||
Main: {},
|
||||
Options: {},
|
||||
Sim: {},
|
||||
VersionMajor: '2.031',
|
||||
VersionMinor: '5',
|
||||
};
|
||||
Reference in New Issue
Block a user