This commit is contained in:
ditiqi 2025-02-23 20:12:36 +08:00
commit 4ea794b438
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import HeroSection from './components/HeroSection';
import CategorySection from './components/CategorySection';
import CoursesSection from './components/CoursesSection';
import FeaturedTeachersSection from './components/FeaturedTeachersSection';
import { TusUploader } from '@web/src/components/common/uploader/TusUploader';
const HomePage = () => {
const mockCourses = [
{
@ -106,7 +105,8 @@ const HomePage = () => {
return (
<div className="min-h-screen">
<HeroSection />
<TusUploader></TusUploader>
{/* <TusUploader></TusUploader> */}
<CoursesSection
title="推荐课程"
description="最受欢迎的精品课程,助你快速成长"