Multi Page Apps Using New API #602
Answered
by
essenciary
unnamedunknownusername
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
essenciary
Nov 27, 2022
Replies: 1 comment 4 replies
-
It's a good question. The obvious issue is that the application does not know about your |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
unnamedunknownusername
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a good question. The obvious issue is that the application does not know about your
page1.jl
file. The app automatically loads theapp.jl
file as the entry point -- but beyond this point, you need to load any other file yourself. So add `include("page1.jl") inside app.jl.