Skip to content

Commit 625834c

Browse files
committed
Imports clarification
1 parent 0b1443f commit 625834c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nbs/tutorials/quickstart_for_web_devs.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
"source": [
121121
"::: {.callout-note}\n",
122122
"While some linters and developers will complain about the wildcard import, it is by design here and perfectly safe. FastHTML is very deliberate about the objects it exports in `fasthtml.common`. If it bothers you, you can import the objects you need individually, though it will make the code more verbose and less readable.\n",
123+
"\n",
124+
"If you want to learn more about how FastHTML handles imports, we cover that [here](https://docs.fastht.ml/explains/faq.html#why-use-import).\n",
123125
":::"
124126
]
125127
},

0 commit comments

Comments
 (0)