mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
14 lines
242 B
Text
14 lines
242 B
Text
|
import Step1 from './_step-1.mdx'
|
||
|
import Step2 from './_step-2.md'
|
||
|
import Step3 from './_step-3.md'
|
||
|
import Step4 from './_step-4.md'
|
||
|
import Step5 from './_step-5.md'
|
||
|
|
||
|
# 集成 `@logto/react`
|
||
|
|
||
|
<Step1 />
|
||
|
<Step2 />
|
||
|
<Step3 />
|
||
|
<Step4 />
|
||
|
<Step5 />
|