"use client" // Auto-generated by `npx boneyard-js build` — do not edit import { registerBones } from 'boneyard-js' import { configureBoneyard } from 'boneyard-js/react' import _dash_sessions from './dash-sessions.bones.json' import _attendance_history_fund from './attendance-history-fund.bones.json' import _attendance_history_table from './attendance-history-table.bones.json' import _leave_requests from './leave-requests.bones.json' import _leave_approval from './leave-approval.bones.json' import _attendance_balances from './attendance-balances.bones.json' import _trips_history from './trips-history.bones.json' import _trips_admin from './trips-admin.bones.json' import _vehicles from './vehicles.bones.json' import _offers from './offers.bones.json' import _orders from './orders.bones.json' import _projects from './projects.bones.json' import _offers_customers from './offers-customers.bones.json' import _users from './users.bones.json' import _audit_log_rows from './audit-log-rows.bones.json' import _offer_detail from './offer-detail.bones.json' import _invoice_detail from './invoice-detail.bones.json' import _project_detail from './project-detail.bones.json' import _attendance_create from './attendance-create.bones.json' import _offers_templates from './offers-templates.bones.json' configureBoneyard({"color":"#e0e0e0","animate":"shimmer","shimmerColor":"#f0f0f0","speed":"1.2s","shimmerAngle":110}) registerBones({ "dash-sessions": _dash_sessions, "attendance-history-fund": _attendance_history_fund, "attendance-history-table": _attendance_history_table, "leave-requests": _leave_requests, "leave-approval": _leave_approval, "attendance-balances": _attendance_balances, "trips-history": _trips_history, "trips-admin": _trips_admin, "vehicles": _vehicles, "offers": _offers, "orders": _orders, "projects": _projects, "offers-customers": _offers_customers, "users": _users, "audit-log-rows": _audit_log_rows, "offer-detail": _offer_detail, "invoice-detail": _invoice_detail, "project-detail": _project_detail, "attendance-create": _attendance_create, "offers-templates": _offers_templates, })