1
1
mirror of https://github.com/wasp-lang/wasp.git synced 2024-12-18 14:41:41 +03:00
wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/main.wasp
2023-10-27 14:19:53 +02:00

12 lines
197 B
JavaScript
Generated

app waspCompile {
wasp: {
version: "^0.11.7"
},
title: "waspCompile"
}
route RootRoute { path: "/", to: MainPage }
page MainPage {
component: import Main from "@client/MainPage.jsx"
}