import Spinner from '../Spinner'; import './Preloader.scss'; import Label from "../Label"; const Preloader = ({msg} : {msg: string}) => { return