Skip to content

Commit

Permalink
fix imports from ra-core instead of react-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Jun 25, 2024
1 parent 4ea4918 commit 93d8bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { CoreAdminContext, TestMemoryRouter } from 'react-admin';
import { CoreAdminContext, TestMemoryRouter } from 'ra-core';
import { render, waitFor } from '@testing-library/react';
import {
useRedirectIfAuthenticated,
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-supabase-core/src/useSetPassword.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { useEffect } from 'react';
import { CoreAdminContext } from 'react-admin';
import { CoreAdminContext } from 'ra-core';
import { render, waitFor } from '@testing-library/react';
import { useSetPassword, UseSetPasswordOptions } from './useSetPassword';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { render, waitFor } from '@testing-library/react';
import { CoreAdminContext, TestMemoryRouter } from 'react-admin';
import { CoreAdminContext, TestMemoryRouter } from 'ra-core';
import {
useSupabaseAccessToken,
UseSupabaseAccessTokenOptions,
Expand Down

0 comments on commit 93d8bce

Please sign in to comment.