chore: format frontend code

This commit is contained in:
Akhilesh Rangani
2024-10-21 13:57:17 -06:00
parent 305939c15c
commit 3f8e27d969
64 changed files with 1405 additions and 1242 deletions

View File

@ -1,8 +1,8 @@
import Image from "next/image"
import Logo from "@/assets/logo.svg"
import XLogo from "@/assets/x.svg"
import Button from "@/components/ui/customButton"
import { ChevronRight } from "lucide-react"
import Image from "next/image"
import Link from "next/link"
export default function Landing() {