import React from "react"; import {Card} from "react-bootstrap"; export const CardLoader = () => { return (
...
) } export const ChartLoader = ({style}) => { return
} const Loader = () => { return ( ) } export default Loader;