All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.lib.components.modals.loading-modal.tsx Maven / Gradle / Ivy

There is a newer version: 37
Show newest version
import * as React from 'react';
import { Loader } from '../../core/components';
import { Modal } from 'react-bootstrap';


export function LoadingModal(props: {}) {
  return (
    
      
        Supersonic Subatomic push to GitHub..
      
      
        
      
    
  );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy