Add default export

This commit is contained in:
Max
2019-06-14 18:50:35 -04:00
parent dc4f19308d
commit 2fcf9d2029

View File

@@ -1,2 +1,6 @@
import * as hiscores from './hiscores';
export * from './hiscores'; export * from './hiscores';
export * from './types'; export * from './types';
export default hiscores;