mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-28 20:00:10 +02:00

Remove imports of react-bootstrap components from marketing pages GitOrigin-RevId: 12a3446cc42f1438a52f49a893e53a02a1b5be4f
7 lines
245 B
TypeScript
7 lines
245 B
TypeScript
import { renderInReactLayout } from '@/react'
|
|
|
|
import ConfirmSecondaryEmailForm from '@/features/settings/components/emails/confirm-secondary-email-form'
|
|
|
|
renderInReactLayout('confirm-secondary-email', () => (
|
|
<ConfirmSecondaryEmailForm />
|
|
))
|