Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RUSHIGoswami committed Nov 20, 2024
1 parent b79a1fd commit e7951d1
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 255 deletions.
1 change: 0 additions & 1 deletion dist/assets/index-BFX-wx5F.css

This file was deleted.

250 changes: 0 additions & 250 deletions dist/assets/index-BFhp3yMO.js

This file was deleted.

40 changes: 40 additions & 0 deletions dist/assets/index-BO8ynfS5.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-Dha9-lM4.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rushi - Portfolio</title>
<script type="module" crossorigin src="./assets/index-BFhp3yMO.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BFX-wx5F.css">
<script type="module" crossorigin src="./assets/index-BO8ynfS5.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Dha9-lM4.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.js"></script>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.js → src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { React, StrictMode } from "react";
import { createRoot } from "react-dom/client";
import "./index.css";
import App from "./App";
import App from "./App.jsx";

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

0 comments on commit e7951d1

Please sign in to comment.