project_3D_developer_portfolio icon indicating copy to clipboard operation
project_3D_developer_portfolio copied to clipboard

components import

Open SairajBandre16 opened this issue 1 year ago • 0 comments

[plugin:vite:import-analysis] Failed to resolve import "./components" from "src\App.jsx". Does the file exist?

15 | } 16 | import { BrowserRouter } from "react-router-dom"; 17 | import { About, Contact, Experience, Feedbacks, Hero, Navbar, Tech, Works, StarsCanvas } from "./components"; | ^ 18 | const App = () => { 19 | return /* @PURE / jsxDEV(BrowserRouter, { children: / @PURE / jsxDEV("div", { className: "realtive z-0 bg-primary", children: / @PURE */ jsxDEV("div", { className: "bg-hero-pattern bg-cover bg-no-repeat bg-center", children: [

SairajBandre16 avatar Jun 17 '23 05:06 SairajBandre16