Skip to content

Commit

Permalink
Fix auction panel import
Browse files Browse the repository at this point in the history
  • Loading branch information
mayan-000 committed Jan 22, 2025
1 parent c84c6c0 commit b9aa491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { app, config } from '@google-psat/explorable-explanations';
*/
import Panel from './panel';
import IGTable from '../interestGroups/table';
import Auctions from '../auctions';
import { SYNTHETIC_INTEREST_GROUPS } from './constants';
import Info from './tableTabPanels/info';
import {
Expand All @@ -41,6 +40,7 @@ import {
type AdUnitLiteral,
} from './auctionEventTransformers';
import BidsPanel from '../bids/panel';
import Auctions from './tableTabPanels/auctions';

const ExplorableExplanation = () => {
const [currentSiteData, setCurrentSiteData] =
Expand Down

0 comments on commit b9aa491

Please sign in to comment.