import { Props } from "./Props"; export const GoBackTiny = (props: Props) => { return ( ); };