aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/index.ts b/src/index.ts
index 6b2c7ae..c7a52f4 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,7 +1,3 @@
import parseScheduleHtml from './parseScheduleHtml'
-import getScheduleHtml from './getScheduleHtml'
-export {
- parseScheduleHtml,
- getScheduleHtml,
-}
+export default parseScheduleHtml