Files
nimbus/resources/js/pages
github-actions[bot] 23af80288e chore(base): release 0.4.0-alpha (#36)
* 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>
2026-01-31 16:26:06 +01:00
..
2025-10-23 00:16:28 +02:00

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.