Skip to content

Commit

Permalink
fix: react router
Browse files Browse the repository at this point in the history
  • Loading branch information
zaheer-Khan3260 committed Nov 9, 2023
1 parent 3303193 commit 076f4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "real-state",
"homepage": "https://",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Contact from './Components/ContactUs/ContactUs'

const router = createBrowserRouter([
{
path: "/",
path: "/realState/",
element: <Layout/>,
children: [
{
Expand Down

0 comments on commit 076f4d0

Please sign in to comment.