/* SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file) SPDX-License-Identifier: AGPL-3.0-only */ import React from 'react' import { Col, Row } from 'react-bootstrap' import { Trans, useTranslation } from 'react-i18next' import { Link } from 'react-router-dom' import { ForkAwesomeIcon } from '../common/fork-awesome/fork-awesome-icon' export const FeatureLinks: React.FC = () => { useTranslation() return (
) }