♻️ refactor(components): refactor the components folder structure and related imports

This commit is contained in:
Apple\Apple
2025-06-04 00:42:06 +08:00
parent 0cd5e5cf48
commit 60e6fc67aa
38 changed files with 113 additions and 121 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import TokensTable from '../../components/TokensTable';
import TokensTable from '../../components/table/TokensTable';
const Token = () => {
return (