From facc5c70082340c879d0de1f28ef55c00ac92de0 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Sat, 29 Jun 2024 19:25:32 +0200 Subject: [PATCH] u --- src/components/My-Timeline.tsx | 4 ++-- src/contents/wiki.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/My-Timeline.tsx b/src/components/My-Timeline.tsx index 73a75f5a..fd3cdd40 100644 --- a/src/components/My-Timeline.tsx +++ b/src/components/My-Timeline.tsx @@ -11,8 +11,8 @@ interface ItemProps { } import TextEvent from './TextEvent.tsx'; -import ImageEvent from './ImageEvent.tsx'; -import UrlButton from './UrlButton.tsx'; +/* import ImageEvent from './ImageEvent.tsx'; +import UrlButton from './UrlButton.tsx'; */ const TimelineItem = ({ date, tag, color, children }:ItemProps) => ( diff --git a/src/contents/wiki.tsx b/src/contents/wiki.tsx index ecb659bc..2c18ec74 100644 --- a/src/contents/wiki.tsx +++ b/src/contents/wiki.tsx @@ -1,4 +1,4 @@ -import { Link } from "react-router-dom"; + export function Wiki () { -- GitLab