mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 10:03:07 +03:00
11 lines
187 B
JavaScript
11 lines
187 B
JavaScript
|
app waspAi {
|
||
|
wasp: {
|
||
|
version: "^0.10.6"
|
||
|
},
|
||
|
title: "wasp-ai"
|
||
|
}
|
||
|
|
||
|
route RootRoute { path: "/", to: MainPage }
|
||
|
page MainPage {
|
||
|
component: import Main from "@client/MainPage.jsx"
|
||
|
}
|