add new endpoint to sidebar

This commit is contained in:
kandrusyak
2023-07-25 02:23:05 +03:00
parent 35ff1150e7
commit 14b67dde2b
2 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ export default createStore({
state: {
url: "https://astra-dev.dopcore.com",
routingHistory: window.history,
userData: JSON.parse(localStorage.getItem("userData")),
userData: {},
},
modules: {
medical,