fix config compile error

This commit is contained in:
evanpelle
2024-12-17 14:29:31 -08:00
parent 2b3c24c398
commit aff674ebaf
5 changed files with 9 additions and 3 deletions
-2
View File
@@ -295,5 +295,3 @@ export abstract class DefaultConfig implements Config {
return adjustment
}
}
export const defaultConfig = new DefaultConfig()