Commit inicial - Sistema de Gestion Hotelera Hacienda San Angel
- Backend Node.js/Express con PostgreSQL - Frontend React 19 con Vite - Docker Compose para orquestacion - Documentacion completa en README.md - Scripts SQL para base de datos - Configuracion de ejemplo (.env.example)
This commit is contained in:
11
frontend/Frontend-Hotel/src/pages/Dashboard/CostPerRoom.jsx
Normal file
11
frontend/Frontend-Hotel/src/pages/Dashboard/CostPerRoom.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function CostPerRoom() {
|
||||
return (
|
||||
<div>
|
||||
<h2>Cost Per Room</h2>
|
||||
<p>Cost per room analysis coming soon...</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user