mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Added "use client" to ErrorBoundary component.
This commit is contained in:
parent
a75f6679b9
commit
8f9c363e9b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
'use client';
|
||||
import { ErrorInfo, ReactNode } from 'react';
|
||||
import { ErrorBoundary as Boundary } from 'react-error-boundary';
|
||||
import { Button } from 'react-basics';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue