aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages')
-rw-r--r--frontend/src/pages/Profile.tsx4
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';
8import { ticks_to_time } from '../utils/Time'; 8import { ticks_to_time } from '../utils/Time';
9import "../css/Profile.css"; 9import "../css/Profile.css";
10import { API } from '../api/Api'; 10import { API } from '../api/Api';
11import useConfirm from '../components/UseConfirm'; 11import useConfirm from '../hooks/UseConfirm';
12import useMessage from '../components/UseMessage'; 12import useMessage from '../hooks/UseMessage';
13 13
14interface ProfileProps { 14interface ProfileProps {
15 profile?: UserProfile; 15 profile?: UserProfile;