import React from "react"; import { Layout } from "antd"; import { Link } from "react-router-dom"; interface PropInterface { type?: string; } export const Footer: React.FC = ({ type }) => { return ( {}} > Version 1.6 ); };