fixup: remove some default exports

This is a fixup for commit 410c519953.
This commit is contained in:
Johann150 2023-05-19 20:07:26 +02:00
parent 410c519953
commit b0d8e15796
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -1,3 +1,3 @@
import load from './load.js';
import { loadConfig } from './load.js';
export default load();
export default loadConfig();