Change in structure and first use of webpack

This commit is contained in:
Daniël van Noord
2021-03-09 23:14:47 +01:00
parent 1d01caef98
commit 3902589306
26 changed files with 6358 additions and 3829 deletions

18
src/Header/Header.js Normal file
View 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',
};