Feb 16, 2023
0
Level 1
Vite / ReactJS Import Error
Having trouble resolving this Error. Any help or suggestions would be appreciated.
[plugin:vite:import-analysis] Failed to resolve import "/src/components" from "src\container\Menu\SpecialMenu.jsx". Does the file exist?
//JSX File
import React from 'react' import {SubHeading} from '/src/components' <--Getting Error
import {images, data} from '/src/constants' <-- Works fine
function SpecialMenu() { return ( SpecialMenu ) }
export default SpecialMenu
Please or to participate in this conversation.