diff --git a/components/paragraphs/paragraphErrorBoundary/paragraphErrorBoundary.tsx b/components/paragraphs/paragraphErrorBoundary/paragraphErrorBoundary.tsx index 7ca83c82..42b7e014 100644 --- a/components/paragraphs/paragraphErrorBoundary/paragraphErrorBoundary.tsx +++ b/components/paragraphs/paragraphErrorBoundary/paragraphErrorBoundary.tsx @@ -2,15 +2,10 @@ import { ErrorBoundary } from "react-error-boundary" -import { Button } from "../../shared/button/Button" - -function ErrorFallback({ resetErrorBoundary }: { resetErrorBoundary: () => void }) { +function ErrorFallback() { return ( -
Noget gik galt ved visning af denne blok - måske den mangler indhold?
-