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