diff --git a/recopytex/dashboard/routes.py b/recopytex/dashboard/routes.py index 77e1642..44c58bc 100644 --- a/recopytex/dashboard/routes.py +++ b/recopytex/dashboard/routes.py @@ -6,6 +6,7 @@ from dash.dependencies import Input, Output from .app import app from .pages.home import app as home from .pages.exams_scores import app as exams_scores +import dash_html_components as html @app.callback(Output("page-content", "children"), [Input("url", "pathname")])