import React, {FC} from "react"; import {__, isNew, urls} from "../globals"; import {Button} from "./cards/Button"; export type GoToStoreButtonProps = { } export const GoToStoreButton: FC = ({}) => { return!isNew && }