Spaces:
Sleeping
Sleeping
File size: 408 Bytes
83fe4f9 b032b2d 83fe4f9 | 1 2 3 4 5 6 7 8 9 10 11 12 | 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>
`;
}
|