Skip to content

Commit

Permalink
chore: add frappe-ui as git submodule
Browse files Browse the repository at this point in the history
- fix path in router history
  • Loading branch information
ruchamahabal committed Apr 12, 2023
1 parent e25495d commit 7ead16b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "frappe-ui"]
path = frappe-ui
url = https://github.com/frappe/frappe-ui
1 change: 1 addition & 0 deletions frappe-ui
Submodule frappe-ui added at bafe71
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"feather-icons": "^4.28.0",
"frappe-ui": "^0.0.105",
"frappe-ui": "^0.0.107",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const routes = [
]

let router = createRouter({
history: createWebHistory('/frontend'),
history: createWebHistory('/hrms'),
routes,
})

Expand Down

0 comments on commit 7ead16b

Please sign in to comment.