aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/user/UserPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/user/UserPage.tsx')
-rw-r--r--Timeline/ClientApp/src/app/user/UserPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/user/UserPage.tsx b/Timeline/ClientApp/src/app/user/UserPage.tsx
index 42f174d9..ab498f30 100644
--- a/Timeline/ClientApp/src/app/user/UserPage.tsx
+++ b/Timeline/ClientApp/src/app/user/UserPage.tsx
@@ -1,10 +1,10 @@
import React from "react";
import { ExcludeKey } from "../utilities/type";
-
import TimelinePageTemplateUI, {
TimelinePageTemplateUIProps,
} from "../timeline/TimelinePageTemplateUI";
+
import UserInfoCard, { PersonalTimelineManageItem } from "./UserInfoCard";
export type UserPageProps = ExcludeKey<