From 93ce8560fa19c3a91de99643fdbbe4f895a47b84 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 11 Jun 2020 17:27:15 +0800 Subject: feat(front): Service worker is coming! --- Timeline/ClientApp/src/user/UserPage.tsx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Timeline/ClientApp/src/user/UserPage.tsx (limited to 'Timeline/ClientApp/src/user/UserPage.tsx') diff --git a/Timeline/ClientApp/src/user/UserPage.tsx b/Timeline/ClientApp/src/user/UserPage.tsx deleted file mode 100644 index 723415c7..00000000 --- a/Timeline/ClientApp/src/user/UserPage.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import React from 'react'; - -import { ExcludeKey } from '../type-utilities'; -import { TimelineInfo } from '../data/timeline'; - -import TimelinePageTemplateUI, { - TimelinePageTemplateUIProps -} from '../timeline/TimelinePageTemplateUI'; -import UserInfoCard, { PersonalTimelineManageItem } from './UserInfoCard'; - -export type UserPageProps = ExcludeKey< - TimelinePageTemplateUIProps, - 'CardComponent' ->; - -const UserPage: React.FC = props => { - return ; -}; - -export default UserPage; -- cgit v1.2.3