diff options
Diffstat (limited to 'frontend/src/pages')
| -rw-r--r-- | frontend/src/pages/Profile.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index bf79a65..b486ee5 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx | |||
| @@ -8,8 +8,8 @@ import { Map } from '../types/Map'; | |||
| 8 | import { ticks_to_time } from '../utils/Time'; | 8 | import { ticks_to_time } from '../utils/Time'; |
| 9 | import "../css/Profile.css"; | 9 | import "../css/Profile.css"; |
| 10 | import { API } from '../api/Api'; | 10 | import { API } from '../api/Api'; |
| 11 | import useConfirm from '../components/UseConfirm'; | 11 | import useConfirm from '../hooks/UseConfirm'; |
| 12 | import useMessage from '../components/UseMessage'; | 12 | import useMessage from '../hooks/UseMessage'; |
| 13 | 13 | ||
| 14 | interface ProfileProps { | 14 | interface ProfileProps { |
| 15 | profile?: UserProfile; | 15 | profile?: UserProfile; |