Skip to content

Commit

Permalink
Update AdvertisementEntry.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IITI-tushar committed Dec 21, 2024
1 parent 2aba5a6 commit c239dc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from '@apollo/client';
import type { NormalizedCacheObject } from '@apollo/client';
import { BrowserRouter } from 'react-router-dom';
import AdvertisementEntry from '/AdvertisementEntry';
import AdvertisementRegister from './core/AdvertisementRegister/AdvertisementRegister';
import AdvertisementEntry from './AdvertisementEntry';
import AdvertisementRegister from '../AdvertisementRegister/AdvertisementRegister';
import { Provider } from 'react-redux';
import { store } from 'state/store';
import { BACKEND_URL } from 'Constant/constant';
Expand Down

0 comments on commit c239dc0

Please sign in to comment.