You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing components this way does not work: import { Card, CardText, CardActions, Button } from 'svelte-materialify/src';
This way must be used instead: import Card from 'svelte-materialify/src/components/Card/Card.svelte'; import CardText from 'svelte-materialify/src/components/Card/CardText.svelte';