import React from 'react' import screenshot from './img/screenshot.png'; import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; import {Button} from 'react-bootstrap'; import {Trans, useTranslation} from "react-i18next"; import {Link} from "react-router-dom"; const Intro: React.FC = () => { // ToDo replace this with comment const url = "http://localhost:3000";//useServerUrl(); useTranslation(); return (

CodiMD

or
CodiMD Screenshot
) } export {Intro}