diff options
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 4ceda01..6b55923 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ +import { fetchMemberProfile } from './cleaners/skyblock/profile' +import { fetchUser } from './hypixel' import express from 'express' -import { fetchMemberProfile, fetchUser } from './hypixel' const app = express() |