docs: remove unused Text import from kitty plan lifecycle test

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-05-27 13:46:56 +08:00
parent 19e852b133
commit 463161d97c
@@ -1813,7 +1813,7 @@ Append to `packages/runtime-tests/integration/kitty-lifecycle.test.ts` — these
```ts ```ts
// --- Render-level integration tests --- // --- Render-level integration tests ---
import { createApp, Text } from "@vue-tui/runtime"; import { createApp } from "@vue-tui/runtime";
import { defineComponent } from "vue"; import { defineComponent } from "vue";
const Dummy = defineComponent(() => () => null); const Dummy = defineComponent(() => () => null);