diff --git a/src/App.jsx b/src/App.jsx
index 4f9d556..17ac9f3 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -9,9 +9,9 @@ const App = () => (
} />
- } />
- } />
- } />
+ } />
+ } />
+ } />
404 - Not Found} />
diff --git a/src/main.jsx b/src/main.jsx
index b3eda51..650a2ce 100644
--- a/src/main.jsx
+++ b/src/main.jsx
@@ -6,7 +6,7 @@ import { BrowserRouter } from "react-router-dom"
ReactDOM.createRoot(document.getElementById("root")).render(
-
+
diff --git a/vite.config.js b/vite.config.js
index e1501b1..35b1186 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -4,7 +4,7 @@ import path from "path"
export default defineConfig({
plugins: [react()],
- base: '/movie-react-app/',
+ base: "/movie-react-app/",
resolve: {
alias: {
styles: path.resolve(__dirname, "/src/styles"),