Skip to content

Commit 41a6d9c

Browse files
committed
Fix blank dark screen by loading global styles
1 parent 8986fc9 commit 41a6d9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom/client";
33
import App from "./App";
4+
import "./index.css";
45

56
/* -------------------------------------------------------------------------- */
67
/* Error Boundary */

0 commit comments

Comments
 (0)