* fix(relay): properly process plain text payload non-json text payload is passed as is. * style: apply TS style fixes
Pages
This folder contains the top-level route views of the application.
Each file in this folder typically corresponds to a route in the app and composes domain, layout, and functional components into full screens.
Guidelines
- Keep business logic and API access in composables or domain components.
- Use components from
components/to build screens. - Avoid placing reusable components here.