Skip to content

Commit 08cf413

Browse files
Joe-Thirdwebjnsdls
authored andcommitted
Update utils.ts
Fixing Lint Ordering of COTI imports. Signed-off-by: Joe-Thirdweb <[email protected]>
1 parent 1954f6b commit 08cf413

File tree

1 file changed

+5
-6
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)

1 file changed

+5
-6
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/utils.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ import zeroGCTA from "./temp-assets/0gCTA.png";
66
import zeroGBanner from "./temp-assets/0gLabsBanner.png";
77
import alephZeroBaner from "./temp-assets/AlephZeroBanner.jpg";
88
import alephZeroCTA from "./temp-assets/AlephZeroCTA.jpg";
9-
import ancient8Banner from "./temp-assets/ancient8-banner.png";
10-
import assetChainBanner from "./temp-assets/assetChainBanner.png";
11-
import assetChainCTABG from "./temp-assets/assetChainCTABanner.png";
12-
9+
import cotiBanner from "./temp-assets/COTI_Banner.jpg";
10+
import cotiCTA from "./temp-assets/COTI_CTA.jpg";
1311
import hemiSepoliaBanner from "./temp-assets/HemiBanner.png";
1412
import hemiSepoliaCTA from "./temp-assets/HemiCTA.png";
13+
import ancient8Banner from "./temp-assets/ancient8-banner.png";
1514
import appChainBanner from "./temp-assets/appChainBanner.jpg";
1615
// TEMPORARY
1716
import appchainCTA from "./temp-assets/appchainCTA.png";
17+
import assetChainBanner from "./temp-assets/assetChainBanner.png";
18+
import assetChainCTABG from "./temp-assets/assetChainCTABanner.png";
1819
import baseBanner from "./temp-assets/base-banner.jpeg";
19-
import cotiBanner from "./temp-assets/COTI_Banner.jpg";
20-
import cotiCTA from "./temp-assets/COTI_CTA.jpg";
2120
import superchainCTABG from "./temp-assets/cta-bg-superchain.png";
2221
import xaiCTABg from "./temp-assets/cta-bg-xai-connect.png";
2322
import thirdwebCTA from "./temp-assets/cta-thirdweb.png";

0 commit comments

Comments
 (0)