crush-level-web/src/app/(main)/home/index.tsx

8 lines
115 B
TypeScript
Raw Normal View History

2025-11-13 08:38:25 +00:00
import HomePage from "./components/HomePage";
const Home = () => {
return <HomePage />;
}
export default Home;