-
-
-
- {name[0].toUpperCase()}
-
- }
- />
-
-
- {name} ({symbol})
-
-
-
- |
-
-
- {txId}
-
- |
-
-
- {numberToString(totalSupply ? Number(totalSupply) : 0)}
-
- |
-
- );
-};
diff --git a/src/app/tokens/TokenRow/loading.tsx b/src/app/tokens/TokenRow/loading.tsx
deleted file mode 100644
index 661fd5b27..000000000
--- a/src/app/tokens/TokenRow/loading.tsx
+++ /dev/null
@@ -1,32 +0,0 @@
-import { ExplorerSkeletonLoader } from '@/components/loaders/skeleton-common';
-import { Box } from '@/ui/Box';
-import { Flex } from '@/ui/Flex';
-import React, { FC } from 'react';
-import { Td } from '@/ui/Td';
-import { Tr } from '@/ui/Tr';
-import { Show } from '@/ui/components';
-
-export const Loading: FC = () => {
- return (
-