import styles from "./SimpleLoader.module.css"; const SimpleLoader = ({ text }: { text?: string }) => { return (
{text}