diff --git a/src/index.js b/src/index.js index 6c5a050..4ae1a40 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './components/app'; import './app.scss'; - +const customapi = process.env.API_KEY; const root = ReactDOM.createRoot(document.getElementById('app')); root.render(); // root.render(