As there are two way to import material components.
import Grid from '@material-ui/core/Grid';
and
import { Grid } from '@material-ui/core';
Does this affect production build size and any performance issue?
As there are two way to import material components.
import Grid from '@material-ui/core/Grid';
and
import { Grid } from '@material-ui/core';
Does this affect production build size and any performance issue?