fixed build error

This commit is contained in:
2026-02-27 11:40:31 -06:00
parent 41c9e2f3a0
commit b1d2048736
+1 -1
View File
@@ -2,7 +2,7 @@ import { type Component, createSignal, createMemo, For, Show } from "solid-js";
import { store, renameTagDefinition } from "@/store";
import { pb } from "@/lib/pocketbase";
import { type Note } from "@/store";
import { Trash2, Lock, Unlock, StickyNote, Search, Link, X } from "lucide-solid";
import { Trash2, Lock, Unlock, Search, Link, X } from "lucide-solid";
import { Button } from "@/components/ui/button";
import { cn } from "@/lib/utils";
import { TaskEditor } from "@/components/TaskEditor";