import React, { FC } from "react"; export const Preloader: FC = () => { return (
); };