Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: import index.css
  • Loading branch information
jaaydenh committed Nov 5, 2024
commit 9dba1c8be8bfebcdbf8859526bd21ef5d9ab2421
1 change: 1 addition & 0 deletions site/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { createRoot } from "react-dom/client";
import "./index.css";
import { App } from "./App";

console.info(` ▄█▀ ▀█▄
Expand Down