Skip to content
Snippets Groups Projects
Commit 10e39fb3 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Citations

parent ffa70254
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,6 @@ export const BibtexParser: React.FC<BibtexParserProps> = ({ bibtexSources }) =>
return (
<div>
<h2>Citations</h2>
{parsedEntries.length === 0 ? (
<p>No citations available.</p>
) : (
......
......@@ -3,7 +3,6 @@ import BibtexParser from "../components/makeSources";
export default function MethodSources(){
return (
<div>
<h1>BibTeX to HTML in React</h1>
<BibtexParser bibtexSources={bibtexSources} />
</div>
);
......
import BibtexParser from "../components/makeSources";
export default function VorlageSources(){
return (
<div>
<BibtexParser bibtexSources={bibtexSources} />
</div>
);
}
const bibtexSources = [
]
\ No newline at end of file
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