refactor: don't export as default

This commit is contained in:
Derrick Hammer 2023-07-04 03:48:10 -04:00
parent e5dc651b79
commit b2ec0fe5e3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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;