summaryrefslogtreecommitdiff
path: root/web/src/components/app
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-26 18:31:23 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-26 18:31:23 +0200
commita984c69e3cca4bcf822989bb78a8befe2397e487 (patch)
treeb7599295851dcc87a89e696f32cdc211e77eab18 /web/src/components/app
parent6ae3218e2dd130c085074a0d13d156bdba99716f (diff)
feat(web): draw selection
Diffstat (limited to 'web/src/components/app')
-rw-r--r--web/src/components/app/index.ts1
1 files changed, 0 insertions, 1 deletions
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";