Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
k70suK3-k06a7ash1 committed Feb 24, 2025
1 parent 6f68e37 commit 5c5e586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from "react";
import { StrictMode } from "react";
import ReactDOM from "react-dom/client";
import { App } from "./App";
import { MarkdownProvider } from "@/context/MarkdownContext";
import "./index.css";

ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<StrictMode>
<MarkdownProvider>
<App />
</MarkdownProvider>
</React.StrictMode>,
</StrictMode>,
);

0 comments on commit 5c5e586

Please sign in to comment.