Я делаю https://codesandbox.io/s/laughing-golick-p4etx?file= / src / components / LinkBtn. js
, если я добавляю кнопку material-ui и @ svelte-material-ui /, но это не помогает.
ModuleNotFoundError Could not find module in path: 'material-ui/Button' relative to '/src/components/LinkBtn.js'
Зачем нужно добавлять зависимости codeandbox?
Я использовал https://unpkg.com/@material-ui / core / umd / material-ui.production.min. js и теперь никаких ошибок нет.
Пакет добавлен под @material-ui/core
@material-ui/core
import {Button} from '@material-ui/core'
import Button from '@material-ui/core/Button'