This commit is contained in:
Chris Wanstrath 2025-09-26 09:44:23 -07:00
parent bbff3324f3
commit ef282e6df7
3 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ import { apps, serveApp, publishDNS } from "./webapp"
import { commands } from "./commands" import { commands } from "./commands"
import { send, addWebsocket, removeWebsocket, closeWebsockets } from "./websocket" import { send, addWebsocket, removeWebsocket, closeWebsockets } from "./websocket"
import { Layout } from "./components/layout" import { Layout } from "./html/layout"
import { Terminal } from "./components/terminal" import { Terminal } from "./html/terminal"
import { dispatchMessage } from "./dispatch" import { dispatchMessage } from "./dispatch"
import "./sneaker" import "./sneaker"