import React, { FC } from 'react'; const PageLoading: FC = () => (
); export default PageLoading;