import React from 'react'; import './forkme.scss'; export const ForkMe = (props) => { return (
); }; export const PoweredByFilestash = () => { if(!window.CONFIG["fork_button"]) return null; return (
Powered by Filestash
); };