diff --git a/components/MDContent.js b/components/MDContent.js index 2a6a222..a649c1b 100644 --- a/components/MDContent.js +++ b/components/MDContent.js @@ -2,9 +2,29 @@ import React from 'react'; import Alert from '@mui/material/Alert'; import AlertTitle from '@mui/material/AlertTitle'; import {useRouter} from 'next/router' -import {Transformer} from "../lib/transformer"; +import Link from 'next/link' -function MDContent({content,fileNames, handleOpenNewContent}) { +function BackLinks({linkList}) { + + return (