diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 18:31:23 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 18:31:23 +0200 |
| commit | a984c69e3cca4bcf822989bb78a8befe2397e487 (patch) | |
| tree | b7599295851dcc87a89e696f32cdc211e77eab18 /web/src/components/app/index.ts | |
| parent | 6ae3218e2dd130c085074a0d13d156bdba99716f (diff) | |
feat(web): draw selection
Diffstat (limited to 'web/src/components/app/index.ts')
| -rw-r--r-- | web/src/components/app/index.ts | 1 |
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"; |
