
> shophyfast-laravel@2.0.0 build
> vite build

vite v6.4.2 building for production...
transforming...
✓ 1651 modules transformed.
✗ Build failed in 7.99s
error during build:
resources/js/App.tsx (8:7): "default" is not exported by "resources/js/components/AdminDashboard.tsx", imported by "resources/js/App.tsx".
file: /Users/imacslim2015/Downloads/laravel-shophyfast vl/resources/js/App.tsx:8:7

 6: import ProductDetailPage from './components/ProductDetailPage';
 7: import CheckoutPopup from './components/CheckoutPopup';
 8: import AdminDashboard from './components/AdminDashboard';
           ^
 9: import AdminLogin from './components/AdminLogin';
10: import AuthModal, { CustomerUser } from './components/AuthModal';

    at getRollupError (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/parseAst.js:406:41)
    at error (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/parseAst.js:402:42)
    at Module.error (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:17384:16)
    at Module.traceVariable (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:17817:29)
    at ModuleScope.findVariable (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:15407:39)
    at ReturnValueScope.findVariable (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:5676:38)
    at FunctionBodyScope.findVariable (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:5676:38)
    at TrackingScope.findVariable (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:5676:38)
    at BlockScope.findVariable (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:5676:38)
    at TrackingScope.findVariable (file:///Users/imacslim2015/Downloads/laravel-shophyfast%20vl/node_modules/rollup/dist/es/shared/node-entry.js:5676:38)
