From 82605f326b7b6a84d8bbf23b2fc14a6ff9f51ccd Mon Sep 17 00:00:00 2001 From: Gary Date: Sun, 24 Sep 2023 10:14:45 -0500 Subject: [PATCH] Fix: add missing import --- docs/cli/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/publish.md b/docs/cli/publish.md index 0c6d8d31c..a5fcd714f 100644 --- a/docs/cli/publish.md +++ b/docs/cli/publish.md @@ -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({