diff --git a/src/apps/pillarx-app/index.tsx b/src/apps/pillarx-app/index.tsx index 6d32edb8..d1b1b4b9 100644 --- a/src/apps/pillarx-app/index.tsx +++ b/src/apps/pillarx-app/index.tsx @@ -37,7 +37,6 @@ import AnimatedTile from './components/AnimatedTile/AnimatedTitle'; import SkeletonTiles from './components/SkeletonTile/SkeletonTile'; import Body from './components/Typography/Body'; import WalletPortfolioTile from './components/WalletPortfolioTile/WalletPortfolioTile'; -import PerpsTile from './components/PerpsTile/PerpsTile'; // images import PillarXLogo from './components/PillarXLogo/PillarXLogo'; @@ -383,7 +382,7 @@ const App = () => { className="flex flex-col gap-[40px] tablet:gap-[28px] mobile:gap-[32px]" > - + {/* */} {DisplayHomeFeedTiles} {(isHomeFeedFetching || isHomeFeedLoading) && page === 1 && ( <>