From eb8ba6799b213cf1930fed33b324eae6b64eb2c8 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 14 May 2024 23:29:20 -0500 Subject: [PATCH] fdssdf --- src/core/_internal.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/_internal.ts b/src/core/_internal.ts index a234734..da0a304 100644 --- a/src/core/_internal.ts +++ b/src/core/_internal.ts @@ -1,7 +1,2 @@ import type { Result } from 'ts-results-es' -import { CommandType, EventType, Plugin } from '..'; -import { AnyFunction } from '../types/utility'; -import { Module } from '../types/core-modules'; - - export type VoidResult = Result;