"use client"
import config from "../tailwind.config"
export default function SyntheticV0PageForDeployment() {
return <config />
}