import type React from 'react'; export const Loading = (): JSX.Element => { return (
Loading
); };