import React from 'react'; export default function Preloader({ fadeOut }: { fadeOut?: boolean }) { return (
Loading...
); }