Skip to content

Commit aeb67dc

Browse files
committed
imports
1 parent 3f1a2a7 commit aeb67dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nbs/tutorials/by_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"metadata": {},
4747
"outputs": [],
4848
"source": [
49-
"from fasthtml import FastHTML\n",
49+
"from fasthtml.common import FastHTML\n",
5050
"\n",
5151
"app = FastHTML()\n",
5252
"\n",
@@ -415,7 +415,7 @@
415415
"metadata": {},
416416
"outputs": [],
417417
"source": [
418-
"from fasthtml import *\n",
418+
"from fasthtml.common import *\n",
419419
"# App with custom styling to override the pico defaults\n",
420420
"css = Style(':root { --pico-font-size: 100%; --pico-font-family: Pacifico, cursive;}')\n",
421421
"app = FastHTML(hdrs=(picolink, css))\n",

0 commit comments

Comments
 (0)