chore: rm unused import

This commit is contained in:
Aiden Cline 2025-12-31 12:11:42 -06:00
parent dc3e731afe
commit e7422ee782

View file

@ -1,4 +1,3 @@
import { Bus } from "@/bus"
import { BusEvent } from "@/bus/bus-event"
import z from "zod"
import { Config } from "../config/config"