Browse Source

Tab modified to LoginTab

Shuai Chen 7 năm trước cách đây
mục cha
commit
d5d096eb66
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      src/components/Login/Tab.d.ts

+ 0 - 7
src/components/Login/Tab.d.ts

@@ -1,7 +0,0 @@
-import * as React from 'react';
-
-export interface ILoginTabProps {
-  key?: string;
-  tab?: React.ReactNode;
-}
-export default class LoginTab extends React.Component<ILoginTabProps, any> {}