import React from 'react' import Spinner from 'react-spin' export default function Loader() { const spinCfg = { width: 5, radius: 20, color: 'white', } return // return ( //
//
// //
//
// ) }