diff --git a/prompt-templates/create-circuit-board1.ts b/prompt-templates/create-circuit-board1.ts
index 274bd3b..ba1ab85 100644
--- a/prompt-templates/create-circuit-board1.ts
+++ b/prompt-templates/create-circuit-board1.ts
@@ -80,7 +80,10 @@ Examples:
-### Importing Components
+${
+ !availableImports
+ ? ""
+ : `### Importing Components
You can import a variety of components from the tscircuit registry. tscircuit
registry components are always prefixed with \`@tsci/\`. Make sure to include
@@ -104,6 +107,8 @@ ${description}
)
.join("\n")
}
+`
+}
### Quirks