Install plugins from Yaak plugin registry (#230)

This commit is contained in:
Gregory Schier
2025-06-23 08:55:38 -07:00
committed by GitHub
parent b5620fcdf3
commit cb7c44cc65
27 changed files with 421 additions and 218 deletions

View File

@@ -53,7 +53,7 @@ export function TableHeaderCell({
children,
className,
}: {
children: ReactNode;
children?: ReactNode;
className?: string;
}) {
return (