import React from 'react' import { FaCircleNotch } from "react-icons/fa"; export default function PageLoader() { return (
) }