From 20b029fd8153ffb4176ad93fed20a513f4ba9fba Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Wed, 20 May 2026 12:05:53 -0700 Subject: [PATCH] Fix build --- .../projects/[projectId]/widget-playground/page-client.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/widget-playground/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/widget-playground/page-client.tsx index bbedefbd7..276140765 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/widget-playground/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/widget-playground/page-client.tsx @@ -1,6 +1,7 @@ "use client"; import { PacificaCard } from '@/components/pacifica/card'; +import { Button, ButtonProps, Dialog, DialogBody, DialogContent, DialogFooter, DialogHeader, DialogTitle, Input, SimpleTooltip, cn } from '@/components/ui'; import { DndContext, closestCenter, pointerWithin, useDraggable, useDroppable } from '@dnd-kit/core'; import useResizeObserver from '@react-hook/resize-observer'; import { range } from '@stackframe/stack-shared/dist/utils/arrays'; @@ -13,7 +14,6 @@ import { RefState, mapRefState, useRefState } from '@stackframe/stack-shared/dis import { AsyncResult, Result } from '@stackframe/stack-shared/dist/utils/results'; import { deindent } from '@stackframe/stack-shared/dist/utils/strings'; import { generateUuid } from '@stackframe/stack-shared/dist/utils/uuids'; -import { Button, ButtonProps, Dialog, DialogBody, DialogContent, DialogFooter, DialogHeader, DialogTitle, Input, SimpleTooltip, cn } from '@/components/ui'; import { ErrorBoundary } from 'next/dist/client/components/error-boundary'; import React, { useCallback, useEffect, useRef, useState } from 'react'; import { FaBorderNone, FaPen, FaPlus, FaTrash } from 'react-icons/fa'; @@ -1631,7 +1631,7 @@ function Draggable(props: { A runtime error occured while rendering this widget.



{errorToNiceString(props.error)}