import { DireflowComponent } from 'direflow-component';
import App from './direflow-component/App';
DireflowComponent.create({
// React component to use
component: App,
// Configuration - tagname of the custom element
configuration: {
tagname: 'crypto-cart',
}
});
import { DireflowComponent } from 'direflow-component';
import App from './direflow-component/App';
DireflowComponent.create({
// React component to use
component: App,
// Configuration - tagname of the custom element
configuration: {
tagname: 'crypto-cart',
}
});