Skip to content
Snippets Groups Projects
Commit 1d2be97e authored by Ivan Alglave's avatar Ivan Alglave
Browse files

fixed config import

parent cae7d2da
No related branches found
No related tags found
No related merge requests found
import _config from './config.json';
import * as _config from './config.json';
import { IConfig } from './config.model';
const config = _config as IConfig;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment