Skip to content

Commit 8ab17cb

Browse files
authored
Merge pull request #8 from ThinkR-open/fix-app-on-connect
chore: update modules path
2 parents 9008bae + 8358d3a commit 8ab17cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signature/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from shiny import App, Inputs, Outputs, Session, ui, reactive
2-
from signature.modules import mod_navbar, mod_form, mod_preview
2+
from modules import mod_navbar, mod_form, mod_preview
33
from pathlib import Path
44

55
current_dir = Path(__file__).parent

0 commit comments

Comments
 (0)