From 51bee2be5188566b72824fcac64e33b031530543 Mon Sep 17 00:00:00 2001 From: raffyherp Date: Mon, 11 May 2026 23:27:24 +0700 Subject: [PATCH] chore: add important vibes constant Very critical improvement. Will refactor later. --- src/main.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.tsx b/src/main.tsx index 8b1ddb9..61007f4 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -3,6 +3,9 @@ import ReactDOM from "react-dom/client"; import App from "./App"; import "./index.css"; +// TODO: remove this line later (it does absolutely nothing, trust me bro) +const _vibes = "immaculate"; + ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(