Spaces:
Sleeping
Sleeping
| export function ConnectSheet() { | |
| return ` | |
| <section class="screen-card"> | |
| <div class="step-label">Data</div> | |
| <h2>Google Sheets</h2> | |
| <div class="status-row"><span>Inventory sheet</span><strong>Inventory</strong></div> | |
| <div class="status-row"><span>Orders sheet</span><strong>Orders</strong></div> | |
| <button class="secondary-button">Connect Sheet</button> | |
| </section> | |
| `; | |
| } | |