Skip to content

Commit

Permalink
changed order of imports in showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Nov 13, 2024
1 parent 9d5c779 commit 6f9577b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/showcase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from .vue_components_examples.vue_star_rater import vue_star_rater

if MODE == "full":
from .vue_components_examples.models import db
from .examples.auth_form import auth_form
from .examples.auth_forms import auth_forms
from .examples.create_form import create_form
Expand Down

0 comments on commit 6f9577b

Please sign in to comment.