blob: c70f4fd62c5bc4e340c6fc0110a5cf5b4b34e214 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
import React from 'react'
import {Onboarding} from '../auth/onboarding/Onboarding'
export const snapPoints = ['90%']
export function Component() {
return <Onboarding />
}
|