fix: missing ref

This commit is contained in:
asiaznik
2024-01-02 11:40:52 +01:00
parent f6965ce119
commit 51ab1005b9
@@ -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();