* chore(base): release 0.4.0-alpha * build: update production artifacts for v0.4.0-alpha --------- Co-authored-by: Mazen Touati <14861869+sunchayn@users.noreply.github.com>
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.