Explorar o código

:sparkles: add <CourseNew />

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
e67316365f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      dashboard/src/pages/library/index.tsx

+ 2 - 0
dashboard/src/pages/library/index.tsx

@@ -1,4 +1,5 @@
 import ChapterNew from "../../components/home/ChapterNew";
 import ChapterNew from "../../components/home/ChapterNew";
+import CourseNew from "../../components/home/CourseNew";
 import FooterBar from "../../components/library/FooterBar";
 import FooterBar from "../../components/library/FooterBar";
 import HeadBar from "../../components/library/HeadBar";
 import HeadBar from "../../components/library/HeadBar";
 
 
@@ -7,6 +8,7 @@ const Widget = () => {
     <div>
     <div>
       <HeadBar />
       <HeadBar />
       <ChapterNew />
       <ChapterNew />
+      <CourseNew />
       <FooterBar />
       <FooterBar />
     </div>
     </div>
   );
   );