import { useState } from 'react' const boomTabs = [ { id: 0, label: '๐ ๊ฐ์' }, { id: 1, label: '๐ ๋ฐฐ์น ์ด๋ก ' }, { id: 2, label: 'โ๏ธ ์ต์ ํ ์๊ณ ๋ฆฌ์ฆ' }, { id: 3, label: '๐ ์ ์ฒด์ญํ ๋ชจ๋ธ' }, { id: 4, label: '๐บ๏ธ ํ์ฅ ์ ์ฉ' }, { id: 5, label: '๐ ์ฐธ๊ณ ๋ฌธํ' }, ] export function BoomDeploymentTheoryView() { const [activePanel, setActivePanel] = useState(0) const handleExportPDF = () => { window.print() } return (
| {h} | ))}||||
|---|---|---|---|---|
| {row.name} | {row.type} | {row.pros} | {row.cons} | {row.wing} |