I want to incorporate React Grid Layout into my Next.js application. The installation instructions recommend including the following stylesheets in my application:
/node_modules/react-grid-layout/css/styles.css
/node_modules/react-resizable/css/styles.css
Can someone guide me on how to do this?