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