Skip to content

Commit 76a56ab

Browse files
authored
Merge pull request #52 from fuzziecoder/codex/fix-fully-dark-site-issue
Fix blank dark screen by importing global stylesheet
2 parents 35b6556 + 41a6d9c commit 76a56ab

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)