import "../styles/loader.css"; import {CSSProperties} from "react"; export default function Loader({loading, style} : {loading: boolean, style?:CSSProperties|null}) { return }