Skip to content

Commit a4dc27b

Browse files
committed
Add missing imports in test app.
1 parent 053ab31 commit a4dc27b

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev/app

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-express-vite-dev/app/entry.client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { RemixBrowser } from '@remix-run/react';
1+
import { RemixBrowser, useLocation, useMatches } from '@remix-run/react';
22
import * as Sentry from '@sentry/remix';
3-
import { StrictMode, startTransition } from 'react';
3+
import { StrictMode, startTransition, useEffect } from 'react';
44
import { hydrateRoot } from 'react-dom/client';
55

66
Sentry.init({

0 commit comments

Comments
 (0)