import React from 'react' import { Link } from 'react-router-dom' import { Col, Row } from 'react-bootstrap' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { Trans, useTranslation } from 'react-i18next' export const FeatureLinks: React.FC = () => { useTranslation() return (
) }