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