Skip to content

Commit

Permalink
fix: removed unused roboto import
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Dec 1, 2024
1 parent c02364d commit 03a5734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion portfolio/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import App from "./App.jsx";
import "./index.css";

import "@fontsource/outfit";
import "@fontsource/roboto";

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

0 comments on commit 03a5734

Please sign in to comment.