web.lib.components.modals.loading-modal.tsx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-quarkus Show documentation
Show all versions of code-quarkus Show documentation
Customize a Web Interface to generate Quarkus starter projects.
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