Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph committed Jul 22, 2024
1 parent d5d8b04 commit 504d17c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { useState } from 'react';
import { SxProps, Theme, useTheme } from '@mui/material';
import clsx from 'clsx';
import { PrefinanceTag } from 'web-components/src/components/PrefinanceTag/PrefinanceTag';
import { Buy1Event, Track } from 'web-marketplace/src/lib/tracker/types';

import { PrefinanceTag } from 'src/components/PrefinanceTag/PrefinanceTag';

import { ButtonType } from '../../../types/shared/buttonType';
import { formatStandardInfo } from '../../../utils/format';
import { cn } from '../../../utils/styles/cn';
Expand Down

0 comments on commit 504d17c

Please sign in to comment.