Rocky_Mountain_Vending/.pnpm-store/v10/files/c4/781eeeacc9c5b9cc789b01227305d7b02c0294d55af2d15f4dcc68d1c1004e2f808193022f16212e41751dbdcfc1ebd800c94903122370c1af2a4c1de503bb
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

8 lines
No EOL
312 B
Text

export default VisualOrderFollowsDOM;
/**
* @fileoverview Manual A11y audit to check that the visual layout of the page matches the DOM.
*/
declare class VisualOrderFollowsDOM extends ManualAudit {
}
import ManualAudit from '../../manual/manual-audit.js';
//# sourceMappingURL=visual-order-follows-dom.d.ts.map