refactor: don't export as default
This commit is contained in:
parent
e5dc651b79
commit
b2ec0fe5e3
|
@ -31,7 +31,7 @@ import objectPath from "object-path";
|
|||
* Config Parser
|
||||
*/
|
||||
|
||||
export default class Config {
|
||||
export class Config {
|
||||
private module: string;
|
||||
private data = {};
|
||||
private configProperty;
|
||||
|
|
Loading…
Reference in New Issue