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

u

parent c378898d
No related branches found
No related tags found
No related merge requests found
......@@ -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) => (
......
import { Link } from "react-router-dom";
export function Wiki () {
......
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