Remove useless ready hook

This commit is contained in:
Oliver 2025-12-07 13:13:50 -07:00
parent b690ec5668
commit 4dc7b8541f
2 changed files with 0 additions and 9 deletions

View file

@ -1,6 +1,3 @@
// Hooks
import "./hooks/ready.mjs";
// Settings
import { chatSidebarBackground } from "./settings/chatSidebarBackground.mjs";
import { preventUserConfigOpen } from "./settings/preventUserConfigOpen.mjs";