Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paritshivani authored Oct 14, 2024
1 parent 73d23f6 commit 14d3c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nulp_elite/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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";

function App() {
// const [t] = useTranslation();
Expand Down Expand Up @@ -325,6 +326,7 @@ function App() {
))}
</Routes>
</Router>
<LernModal/>
</React.Suspense>
{/* </ChakraProvider> */}
{/* </ChakraProvider> */}
Expand Down

0 comments on commit 14d3c2e

Please sign in to comment.