From 51ab1005b9a0ee38f3fd7e815df8d4eec8072235 Mon Sep 17 00:00:00 2001 From: asiaznik Date: Wed, 20 Dec 2023 22:59:18 +0100 Subject: [PATCH] fix: missing ref --- apps/trading/client-pages/referrals/how-it-works-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();