Skip to content

Commit

Permalink
Update src/custom/TOCChapter/TOCChapter.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
  • Loading branch information
vishalvivekm authored Jan 31, 2025
1 parent cb7188e commit 4da0194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/custom/TOCChapter/TOCChapter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState } from 'react';
import { TOCWrapper } from './style';
import { IoMdClose } from '@react-icons/all-files/io/IoMdClose';
import { IoIosArrowDropdownCircle } from '@react-icons/all-files/io/IoIosArrowDropdownCircle';
import { Link } from "@mui/material/";

interface TOCProps {
availableChapters: string[];
Expand Down

0 comments on commit 4da0194

Please sign in to comment.