We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12614cc commit 51a9dfaCopy full SHA for 51a9dfa
1 file changed
docs/main.py
@@ -5,15 +5,13 @@
5
from sanic import Sanic, response
6
7
import idom
8
-from idom.client.manage import APP_DIR
9
from idom.server.sanic import PerClientStateServer
10
from idom.widgets.utils import multiview
11
12
here = Path(__file__).parent
13
14
app = Sanic(__name__)
15
app.static("/docs", str(here / "build"))
16
-app.static("/favicon.ico", str(APP_DIR / "favicon.ico"))
17
18
19
@app.route("/")
0 commit comments