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