This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useEffect, useMemo, useState } from "react"; | |
// ========================== | |
// ROMA SALONS — SINGLE‑FILE REACT APP (FIXED) | |
// ========================== | |
// Fix principali: | |
// 1) Rimosse sequenze residue "$1" che causavano SyntaxError. | |
// 2) Ripristinato lo stato `sort` e chiusa correttamente la useMemo `filtered`. | |
// 3) Completata la sezione "Strumenti" (solo admin) e chiuse tutte le parentesi/JSX. | |
// 4) Self‑tests estesi (Data URL, escape CSV, sanitize, clamp, lingua fallback). |