import React from 'react'; import '@google/model-viewer'; const ModelViewer = () => { return (
); }; export default ModelViewer;