| 12 | import Logo from "../public/cv.png"; |
| 13 | |
| 14 | export interface InitialStateType { |
| 15 | settings: ProSettings; |
| 16 | menus: MenuDataItem[]; |
| 17 | currentUser?: API.CurrentUser; |
| 18 | } |
| 19 | const LoginPath = [ |
| 20 | process.env.PUBLIC_PATH + "user/login", |
| 21 | process.env.PUBLIC_PATH + "user/login/", |
nothing calls this directly
no outgoing calls
no test coverage detected