@ -82,7 +82,7 @@ function App() {
{/* <AdvertisementDesign3 /> */}
{/* <CourseChapter /> */}
{/* <SidebarMenu /> */}
<SidebarDesign2 />
{/* <SidebarDesign2 /> */}
{/* <SimpleBarChart /> */}
{/* <SpecifiedDomainRadarChart /> */}
{/* <Design1 /> */}
@ -105,10 +105,8 @@ const BasicTable = () => {
{/* go to page */}
<div>
<input
className="ml-1 text-xs"
className="ml-1 text-xs p-1"
type="number"
// disabled={!canNextPage}
// disabled={!canPreviousPage}
defaultValue={pageIndex + 1}
onChange={(e) => {
const pageNumber = e.target.value