Skip to content

Commit 8358d3a

Browse files
committed
chore: update modules path
1 parent 9008bae commit 8358d3a

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)