Fix: add missing import

This commit is contained in:
Gary
2023-09-24 10:14:45 -05:00
committed by GitHub
parent f2388eb23d
commit 82605f326b

View File

@@ -54,7 +54,7 @@ Is there a [service](../guide/walkthrough/services) that is required at the top
- Create an ES6 script anywhere:
```ts title="scripts/prerequire.mjs"
import { makeDependencies, single } from '@sern/handler'
import { makeDependencies, single, Service } from '@sern/handler'
import { Client } from 'discord.js'
await makeDependencies({