import React from 'react'; import { Spinner } from 'react-bootstrap'; export default function EnteSpinner(props) { return ( ); }