Skip to content

Commit

Permalink
reload prompt added
Browse files Browse the repository at this point in the history
  • Loading branch information
kunjee17 committed Apr 9, 2024
1 parent db392a2 commit 250f55a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { useState } from "react";
import viteLogo from "/vite.svg";
import "./App.css";
import reactLogo from "./assets/react.svg";
import ReloadPrompt from "./ReloadPrompt";

function baseUrl() {
const base = import.meta.env.MODE;
Expand Down Expand Up @@ -37,6 +38,7 @@ function App() {
<p className="read-the-docs">
Click on the Vite and React logos to learn more
</p>
<ReloadPrompt />
</>
);
}
Expand Down

0 comments on commit 250f55a

Please sign in to comment.