mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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…
Reference in a new issue