wasp/examples/realworld/main.wasp

9 lines
126 B
JavaScript
Raw Normal View History

app realworld {
title: "realworld"
}
route "/" -> page Main
page Main {
component: import Main from "@ext/MainPage.js"
}