mirror of https://github.com/yb/uptime-status
modified: src/index.js
parent
72d49cd86c
commit
fd0c592395
|
@ -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(<App />);
|
||||
// root.render(
|
||||
|
|
Loading…
Reference in New Issue