🚀 Auto-deploy: BrainWind atualizado em 12/07/2026 16:34:24

This commit is contained in:
2026-07-12 16:34:24 +00:00
parent 270d0c5676
commit 9a60b0c499
7 changed files with 55 additions and 11 deletions
+2
View File
@@ -10,6 +10,7 @@ import Sign3DViewer from '@/components/three/Sign3D';
import SceneCapturePanel from '../components/SceneCapturePanel';
import ExportMenu from '../components/ExportMenu';
import { EducationalManual } from '@/components/EducationalManual';
import { PressureLegend } from '@/components/PressureLegend';
import { exportGenericToPDF, type GenericPDFSection } from '../lib/export-generic-pdf';
const SignModule: React.FC = () => {
@@ -122,6 +123,7 @@ const SignModule: React.FC = () => {
<div className="absolute top-4 right-4 z-10">
<EducationalManual type="sign" params={{ length, height, alpha, hasEndPlates }} />
</div>
<PressureLegend />
<Sign3DViewer
length={length}