From dabf5569b14930f68feb73e08117ed12752ce142 Mon Sep 17 00:00:00 2001 From: eemaanamir Date: Mon, 11 Nov 2024 14:41:42 +0500 Subject: [PATCH] fix: fixed lint errors --- src/routes/AppRoutes.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/AppRoutes.jsx b/src/routes/AppRoutes.jsx index 83c2a32c7..f0a862040 100644 --- a/src/routes/AppRoutes.jsx +++ b/src/routes/AppRoutes.jsx @@ -4,7 +4,6 @@ import { PageWrap, } from '@edx/frontend-platform/react'; import { Routes, Route } from 'react-router-dom'; -import { getConfig } from '@edx/frontend-platform'; import { ProfilePage, NotFoundPage } from '../profile'; import { ProfilePage as NewProfilePage, NotFoundPage as NewNotFoundPage } from '../profile-v2';