Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mypeaceduck authored Jun 11, 2024
1 parent 8080453 commit 3b90d6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/launch/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import Image from "next/image";
import Link from "next/link";
import { useMemo, useState } from "react";
import { HexColorPicker } from "react-colorful";
import { CgSpinner } from "react-icons/cg";
import { GiGuardedTower } from "react-icons/gi";
import { HiRocketLaunch } from "react-icons/hi2";
import { getAddress } from "viem";
import { useAccount, useChainId } from "wagmi";

Expand Down

0 comments on commit 3b90d6a

Please sign in to comment.