Skip to content
Snippets Groups Projects
Commit ee1e448d authored by michael.minelli's avatar michael.minelli
Browse files

App => Code improvement

parent 50310f72
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,14 @@ import AssignmentValidator from './sharedByClients/helpers/Dojo/Assign
import Styles from './types/Style';
import HttpManager from './managers/HttpManager';
import Config from './config/Config';
import Icon from './sharedByClients/types/Icon';
import Icon from './shared/types/Icon';
import { version } from './config/Version';
(async () => {
HttpManager.registerAxiosInterceptor();
console.log(Styles.APP_NAME(`${ Config.appName } (version {{VERSION}})`));
console.log(Styles.APP_NAME(`${ Config.appName } (version ${ version })`));
const assignmentValidator = new AssignmentValidator(Config.folders.project);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment