import Loading from '@/app/components/base/loading' import Link from '@/next/link' const Home = async () => { return (
🚀
) } export default Home