import { STATIC_IMAGES_URL } from "@hey/data/constants"; import { Link } from "react-router"; import { Card, H4, Image } from "@/components/Shared/UI"; import { useENSCreateStore } from "."; const Success = () => { const { chosenUsername } = useENSCreateStore(); return (

Waaa-hey! You got your ENS name!

Congrats on claiming your unique ENS name that will last forever! 🎉
Visit{" "} ENS Dashboard
Dizzy emoji
); }; export default Success;