Skip to content

Commit

Permalink
Update App.js - for learnathon+ certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
paritshivani authored Nov 12, 2024
1 parent d50e10e commit 238986b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/nulp_elite/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ import createForm from "pages/voting/createForm";
import VotingDetails from "pages/voting/votingDetails";
import votingDashboard from "pages/voting/votingDashboard";
import pollsDetails from "pages/voting/pollsDetails";
// import LernCreatorForm from "pages/learnathon/lernCreatorForm";
import LernCreatorForm from "pages/learnathon/lernCreatorForm";
const urlConfig = require("./configs/urlConfig.json");
const routeConfig = require("./configs/routeConfig.json");
import PopupForm from "pages/profileData";
import axios from "axios";
import ReactGA from "react-ga4";
//import LernModal from "components/learnathon/LernModal";
//import LernSubmissionTable from "pages/learnathon/LernSubmissionTable";
//import LernVotingList from "pages/learnathon/lernVotingList";
import LernModal from "components/learnathon/LernModal";
import LernSubmissionTable from "pages/learnathon/LernSubmissionTable";
import LernVotingList from "pages/learnathon/lernVotingList";

function App() {
// const [t] = useTranslation();
Expand Down Expand Up @@ -213,18 +213,18 @@ function App() {
path: routeConfig.ROUTES.LEARNATHON.CREATELEARNCONTENT,
component: LernCreatorForm,
},
// {
// moduleName: "nulp_elite",
// path: routeConfig.ROUTES.LEARNATHON.MYLERNSUBMISSION,
// component: LernSubmissionTable,
{
moduleName: "nulp_elite",
path: routeConfig.ROUTES.LEARNATHON.MYLERNSUBMISSION,
component: LernSubmissionTable,

// },
// {
// moduleName: "nulp_elite",
// path: routeConfig.ROUTES.LEARNATHON.LERNVOTINGLIST,
// component: LernVotingList,
},
{
moduleName: "nulp_elite",
path: routeConfig.ROUTES.LEARNATHON.LERNVOTINGLIST,
component: LernVotingList,

// },
},
];

initializeI18n(
Expand Down Expand Up @@ -334,7 +334,7 @@ function App() {
))}
</Routes>

// <LernModal />
<LernModal />

</Router>
</React.Suspense>
Expand Down

0 comments on commit 238986b

Please sign in to comment.