Skip to content

Commit

Permalink
Fix formatting pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
darkokeitaro committed Dec 11, 2024
1 parent ea0e244 commit 77cdd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import ReactDOM from "react-dom/client";
import { App } from "./App.tsx";
import 'bootstrap-icons/font/bootstrap-icons.css';
import "bootstrap-icons/font/bootstrap-icons.css";

ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
Expand Down

0 comments on commit 77cdd93

Please sign in to comment.