From fd0c592395740118f8dd64d67505becba1f99308 Mon Sep 17 00:00:00 2001 From: doveyoung Date: Fri, 9 Jun 2023 10:37:16 +0800 Subject: [PATCH] modified: src/index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(