{"version":3,"file":"garage-detail-search-9a80311a.js","sources":["../../../app/frontend/entrypoints/garage-detail-search.tsx"],"sourcesContent":["// To see this message, add the following to the `
` section in your\n// views/layouts/application.html.erb\n//\n// <%= vite_client_tag %>\n// <%= vite_javascript_tag 'application' %>\n// console.log('Vite ⚡️ Rails')\n\n// If using a TypeScript entrypoint file:\n// <%= vite_typescript_tag 'application' %>\n//\n// If you want to use .jsx or .tsx, add the extension:\n// <%= vite_javascript_tag 'application.jsx' %>\n\n// console.log('Visit the guide for more information: ', 'https://vite-ruby.netlify.app/guide/rails')\n\n// Example: Load Rails libraries in Vite.\n//\n// import * as Turbo from '@hotwired/turbo'\n// Turbo.start()\n//\n// import ActiveStorage from '@rails/activestorage'\n// ActiveStorage.start()\n//\n// // Import all channels.\n// const channels = import.meta.globEager('./**/*_channel.js')\n\n// Example: Import a stylesheet in app/frontend/index.css\n// import '~/index.css'\n\nimport React from 'react'\nimport { createRoot } from 'react-dom/client'\nimport { CssVarsProvider } from '@mui/joy'\nimport { theme } from '../theme'\n\nimport '../i18n'\nimport SearchView from '../components/search-view'\n\nfunction StandaloneSearch() {\n return (\n