Skip to content

Commit

Permalink
fix: solve import
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Sep 2, 2024
1 parent 1fcb08f commit aed0d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/modules-datasets/datasets/useThemes.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { renderHook, waitFor } from '@testing-library/react';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { useThemes } from './useThemes';
import { ThemesApi } from '../../sdk';
import { Theme } from '../../model/Theme';
import { Theme } from '../../model/theme';
import React, { PropsWithChildren } from 'react';

const queryClient = new QueryClient();
Expand Down

0 comments on commit aed0d59

Please sign in to comment.