plugin updates
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import React from 'react';
|
||||
import HubspotWrapper from './HubspotWrapper';
|
||||
import UISpinner from '../UIComponents/UISpinner';
|
||||
import { pluginPath } from '../../constants/leadinConfig';
|
||||
|
||||
export default function LoadingBlock() {
|
||||
return (
|
||||
<HubspotWrapper pluginPath={pluginPath}>
|
||||
<UISpinner size={50} />
|
||||
</HubspotWrapper>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user