build: use pnpm for the deploy

This commit is contained in:
Rafael Taranto 2025-05-23 16:02:58 +01:00
parent 64e358f61c
commit bac8813a8d
36 changed files with 19068 additions and 29560 deletions

View file

@ -1,4 +1,3 @@
import PropTypes from 'prop-types'
import React from 'react'
import Paper from '@mui/material/Paper'
@ -18,9 +17,5 @@ const CollapsibleCard = ({ className, state, shrunkComponent, children }) => {
)
}
CollapsibleCard.propTypes = {
shrunkComponent: PropTypes.node.isRequired,
}
export default CollapsibleCard
export { cardState }