import React, { FC } from 'react'; import { Icon } from '~/components/panels/Icon'; interface IProps {} const DialogLoader: FC = ({}) => { return (
); }; export { DialogLoader };