Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraju-pc committed Jun 30, 2023
1 parent 8fc99be commit f59fca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login Page</title>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client'
import NavBar from './NavBar.jsx'
import "../src/app.css"

//script to insert nav bar into multiple pages

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

0 comments on commit f59fca5

Please sign in to comment.