import { Router } from "express"; const App = Router(); App.get("/", (_, res) => res.send("Welcome to the root page.
Log in")) export default { App }