Fix
Some checks failed
Lint / lint (push) Failing after 10s

This commit is contained in:
Julien Valverdé
2026-01-02 03:38:32 +01:00
parent 54c6466127
commit 76b19de46a
5 changed files with 3 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ const VFlowContainer = Component.make(Godot.VFlowContainer)
const Label = Component.make(Godot.Label)
const TextEdit = Component.make(Godot.TextEdit)
const Button = Component.make(Godot.Button)
const Test = Component.
const TestUi1Scene = Component.fromScene("res://src/TestUi1.tscn")
export function TestUi1Component() {
const [text, setText] = useState("Default text")