import React from 'react'; import Skeleton from '@material-ui/lab/Skeleton'; export default function Variants() { return (
); }