Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 021d0d3c authored by Julie Thezenas's avatar Julie Thezenas
Browse files

fix: delete TOC

parent a381de16
No related branches found
No related tags found
1 merge request!57Resolve "(page) increase TOC on left"
Pipeline #5882 passed
import React from 'react';
import TOC from '@theme-original/TOC';
export default function TOCWrapper(props) {
return (
<>
<TOC {...props} />
</>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment