♻️Refactor: Redemptions Page

This commit is contained in:
Apple\Apple
2025-05-23 16:58:19 +08:00
parent 0befa28e8e
commit 9a6c540013
4 changed files with 246 additions and 169 deletions

View File

@@ -1,8 +1,7 @@
import React from 'react';
import TokensTable from '../../components/TokensTable';
import { useTranslation } from 'react-i18next';
const Token = () => {
const { t } = useTranslation();
return (
<>
<TokensTable />