Skip to content

Commit d9dfda8

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

File tree

1 file changed

+2
-3
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ import alephZeroCTA from "./temp-assets/AlephZeroCTA.jpg";
99
import ancient8Banner from "./temp-assets/ancient8-banner.png";
1010
import assetChainBanner from "./temp-assets/assetChainBanner.png";
1111
import assetChainCTABG from "./temp-assets/assetChainCTABanner.png";
12-
12+
import cotiBanner from "./temp-assets/COTI_Banner.jpg";
13+
import cotiCTA from "./temp-assets/COTI_CTA.jpg";
1314
import hemiSepoliaBanner from "./temp-assets/HemiBanner.png";
1415
import hemiSepoliaCTA from "./temp-assets/HemiCTA.png";
1516
import appChainBanner from "./temp-assets/appChainBanner.jpg";
1617
// TEMPORARY
1718
import appchainCTA from "./temp-assets/appchainCTA.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)