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