| import React from 'react' | |
| export default function Spinner() { | |
| return ( | |
| <span | |
| className="fa fa-circle-o-notch fa-spin" | |
| style={{ | |
| marginLeft: 4, | |
| fontSize: 'small', | |
| }} | |
| /> | |
| ) | |
| } | |
| import React from 'react' | |
| export default function Spinner() { | |
| return ( | |
| <span | |
| className="fa fa-circle-o-notch fa-spin" | |
| style={{ | |
| marginLeft: 4, | |
| fontSize: 'small', | |
| }} | |
| /> | |
| ) | |
| } | |