Renderer Process Entry Point
Imports and initializes the React application. This acts as the bootstrapping point for the renderer process.
import "./App";import "./styles/global.css"; Copy
import "./App";import "./styles/global.css";
Description
Renderer Process Entry Point
Imports and initializes the React application. This acts as the bootstrapping point for the renderer process.
Source