import React from "react"; import "./forkme.scss"; import { t } from "../../locales/"; export const ForkMe = ({ repo = "https://github.com/mickael-kerjean/filestash" }) => { return (
); }; export const PoweredByFilestash = () => { return (
{ t("Powered by") } Filestash
); };