fix: resolve all TypeScript errors in web app
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
|
||||
import type { ReactNode } from "react";
|
||||
import { Settings, X } from "lucide-react";
|
||||
import { cn } from "@mosaic/ui/lib/utils";
|
||||
|
||||
// Simple classnames utility
|
||||
function cn(...classes: (string | undefined | null | false)[]): string {
|
||||
return classes.filter(Boolean).join(" ");
|
||||
}
|
||||
|
||||
export interface BaseWidgetProps {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user