import React from 'react'; import { Spinner } from 'react-bootstrap'; export default function EnteSpinner(props) { const { style, ...others } = props ?? {}; return ( ); }