nvm not necessary

This commit is contained in:
Michael Freno
2025-12-19 19:36:21 -05:00
parent 70870c3448
commit 803d49d7fc
3 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
// @refresh reload
import { mount, StartClient } from "@solidjs/start/client";
import { injectSpeedInsights } from "@vercel/speed-insights";
injectSpeedInsights();
mount(() => <StartClient />, document.getElementById("app")!);