I am trying to integrate React Grid Layout in my Next.js application. As part of the installation process, they have said, include the following stylesheet in my application:
/node_modules/react-grid-layout/css/styles.css
/node_modules/react-resizable/css/styles.css
How do I go about doing this?