@servicetitan/assist-ui
Version:
ServiceTitan Atlas UI Components
15 lines (14 loc) • 433 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { Flex } from '@servicetitan/anvil2';
import * as styles from './spinner.module.less';
export const Spinner = ()=>{
return /*#__PURE__*/ _jsx(Flex, {
alignItems: "center",
justifyContent: "center",
grow: 1,
children: /*#__PURE__*/ _jsx("span", {
className: styles.loader
})
});
};
//# sourceMappingURL=spinner.js.map