import React from 'react' import waspLogo from './waspLogo.png' import './Main.css' const MainPage = () => { return (
wasp

Welcome to Wasp - you just started a new app!

This is page MainPage located at route /. Open ext/MainPage.js to edit it.

Take the Tutorial Chat on Discord
) } export default MainPage