build errors fixed

This commit is contained in:
2026-02-23 18:30:26 -06:00
parent 063bb7d1f9
commit 81b572422b
+1 -1
View File
@@ -1,5 +1,5 @@
import { type Component, Show } from "solid-js";
import { ArrowLeft, ExternalLink, HelpCircle, Zap, ShieldCheck, ListTodo, LayoutDashboard, Snowflake, Pickaxe, Clock, ArrowUpCircle, Search, Palette, Trash2, Smartphone, Users, Box, BarChart3, Upload } from "lucide-solid";
import { ArrowLeft, ExternalLink, HelpCircle, Zap, ShieldCheck, ListTodo, LayoutDashboard, Snowflake, Pickaxe, Clock, ArrowUpCircle, Search, Palette, Trash2, Smartphone, BarChart3 } from "lucide-solid";
import { Button } from "@/components/ui/button";
interface HelpViewProps {