feat: Purchase "Create account" & "Sign in" flows and Floating label input (#672)
This commit is contained in:
8
app/assets/javascripts/purchaseFlow/index.ts
Normal file
8
app/assets/javascripts/purchaseFlow/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { toDirective } from '@/components/utils';
|
||||
import {
|
||||
PurchaseFlowWrapper,
|
||||
PurchaseFlowWrapperProps,
|
||||
} from './PurchaseFlowWrapper';
|
||||
|
||||
export const PurchaseFlowDirective =
|
||||
toDirective<PurchaseFlowWrapperProps>(PurchaseFlowWrapper);
|
||||
Reference in New Issue
Block a user