mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 14:41:41 +03:00
9 lines
155 B
JavaScript
Generated
9 lines
155 B
JavaScript
Generated
app waspCompile {
|
|
title: "waspCompile"
|
|
}
|
|
|
|
route RootRoute { path: "/", to: MainPage }
|
|
page MainPage {
|
|
component: import Main from "@ext/MainPage.js"
|
|
}
|