import React from "react"; const REPO_URL = "https://github.com/apricote/Listory"; const CHANGELOG_URL = `${REPO_URL}/blob/master/CHANGELOG.md`; const VERSION = process.env.REACT_APP_VERSION || "Unknown"; export const Footer: React.FC = () => { return (
); };