Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Mar 13, 2024
1 parent acf1051 commit e37b157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nextjs-approuter/src/app/global-error.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client';

import { rollbarInstance } from '@/rollbar';
import { useEffect } from 'react';

export default function GlobalError({
error,
Expand Down

0 comments on commit e37b157

Please sign in to comment.