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