diff --git a/apps/trading/client-pages/referrals/how-it-works-table.tsx b/apps/trading/client-pages/referrals/how-it-works-table.tsx index 965cf9395..2df4a6168 100644 --- a/apps/trading/client-pages/referrals/how-it-works-table.tsx +++ b/apps/trading/client-pages/referrals/how-it-works-table.tsx @@ -1,5 +1,5 @@ import { useT } from '../../lib/use-t'; -import { Table } from './table'; +import { Table } from '../../components/table'; export const HowItWorksTable = () => { const t = useT();