material-kit-react
material-kit-react copied to clipboard
Cannot build my custom components.
I cloned this git repo and add some custom components to it. When I use npm start, it works perfectly and showed all the custom components. But when I use npm run build and serve with nestjs static serve or serve -s build then it doesn't show my custom components.