Skip to content

Commit

Permalink
TASK: [#215263] :Updated course service
Browse files Browse the repository at this point in the history
  • Loading branch information
mahajanmahesh935 committed Mar 14, 2024
1 parent 641bd60 commit c61452d
Show file tree
Hide file tree
Showing 4 changed files with 1,688 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nulp_elite/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import "./App.css";
import Sample from "pages/Sample";
import Home from "pages/Home";
import Courses from "pages/Courses";
import Coursetest from "pages/CourseTest";

import Contents from "pages/Contents";
import {
NativeBaseProvider,
Expand Down Expand Up @@ -80,6 +82,11 @@ function App() {
path: "/user",
component: User,
},
{
moduleName: "nulp_elite",
path: "/coursetest",
component: Coursetest,
},
];

// return(
Expand Down
Loading

0 comments on commit c61452d

Please sign in to comment.