> ## Documentation Index
> Fetch the complete documentation index at: https://docs.formlink.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateRuntime import

# Pitfall — createRuntime imported from UI subpath

Error

* The "@formlink/runtime/ui/react" module does not provide an export named "createRuntime".

Fix

* Import from the package root:

Correct import  createRuntime  from "@formlink/runtime"

Incorrect import  createRuntime  from "@formlink/runtime/ui/react"
