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