mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 08:00:06 +02:00

Remove imports of react-bootstrap components from marketing pages GitOrigin-RevId: 12a3446cc42f1438a52f49a893e53a02a1b5be4f
5 lines
238 B
TypeScript
5 lines
238 B
TypeScript
import { renderInReactLayout } from '@/react'
|
|
|
|
import { CompromisedPasswordCard } from '@/features/compromised-password/components/compromised-password-root'
|
|
|
|
renderInReactLayout('compromised-password', () => <CompromisedPasswordCard />)
|