export const LoadingSpinner = (props: { big?: boolean; wide?: boolean }) => { return (
); };