diff --git a/recopytex/scripts/recopytex.py b/recopytex/scripts/recopytex.py index 65f2ed6..f241df3 100644 --- a/recopytex/scripts/recopytex.py +++ b/recopytex/scripts/recopytex.py @@ -2,7 +2,7 @@ # encoding: utf-8 import click -from recopytex.dashboard.app import app as dash +from recopytex.dashboard.index import app as dash @click.group() def cli():