From ffa702540f6b77393ca690aa1b2ab8ebfb0d2baa Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Sun, 29 Sep 2024 13:25:41 +0200 Subject: [PATCH] typo --- src/contents/methods.tsx | 4 ++-- src/{soures => sources}/methods-sources.tsx | 2 ++ src/{soures => sources}/test-sources.tsx | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename src/{soures => sources}/methods-sources.tsx (99%) rename src/{soures => sources}/test-sources.tsx (100%) diff --git a/src/contents/methods.tsx b/src/contents/methods.tsx index 4162b856..13a28bf8 100644 --- a/src/contents/methods.tsx +++ b/src/contents/methods.tsx @@ -1,8 +1,8 @@ import { Section, Subesction } from "../components/sections"; import { useTabNavigation } from "../utils/TabNavigation"; import {H5} from "../components/Headings"; -import TestSource from "../soures/test-sources"; -import MethodSources from "../soures/methods-sources"; +import TestSource from "../sources/test-sources"; +import MethodSources from "../sources/methods-sources"; export function Methods() { useTabNavigation(); diff --git a/src/soures/methods-sources.tsx b/src/sources/methods-sources.tsx similarity index 99% rename from src/soures/methods-sources.tsx rename to src/sources/methods-sources.tsx index dc28b718..ebc0fb25 100644 --- a/src/soures/methods-sources.tsx +++ b/src/sources/methods-sources.tsx @@ -8,6 +8,8 @@ export default function MethodSources(){ </div> ); } + + const bibtexSources = [ ` @article{article, diff --git a/src/soures/test-sources.tsx b/src/sources/test-sources.tsx similarity index 100% rename from src/soures/test-sources.tsx rename to src/sources/test-sources.tsx -- GitLab