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>
9 lines
No EOL
303 B
Text
9 lines
No EOL
303 B
Text
export namespace flowReportAssets {
|
|
export { FLOW_REPORT_TEMPLATE };
|
|
export let FLOW_REPORT_CSS: string;
|
|
export { FLOW_REPORT_JAVASCRIPT };
|
|
}
|
|
declare const FLOW_REPORT_TEMPLATE: string;
|
|
declare const FLOW_REPORT_JAVASCRIPT: string;
|
|
export {};
|
|
//# sourceMappingURL=flow-report-assets.d.ts.map |