From a984c69e3cca4bcf822989bb78a8befe2397e487 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sun, 26 Oct 2025 18:31:23 +0200 Subject: feat(web): draw selection --- web/src/components/app/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'web/src/components/app/index.ts') diff --git a/web/src/components/app/index.ts b/web/src/components/app/index.ts index 910aa52..ec40754 100644 --- a/web/src/components/app/index.ts +++ b/web/src/components/app/index.ts @@ -1,4 +1,3 @@ -import h from "../../html"; import ntvGrid from "../grid"; import ntvToolbar from "../toolbar"; import "./index.css"; -- cgit v1.2.3