فهرست منبع

remove unnecessary comment

Shun Miyazawa 3 سال پیش
والد
کامیت
6fd49ab2fd
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

+ 0 - 7
packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

@@ -143,10 +143,3 @@ export const InAppNotificationPage: FC = () => {
 };
 
 InAppNotificationPage.displayName = 'InAppNotificationPage';
-
-// const InAppNotificationPage = withUnstatedContainers(InAppNotificationPageBody, [AppContainer]);
-// export default InAppNotificationPage;
-
-// InAppNotificationPageBody.propTypes = {
-//   appContainer: PropTypes.instanceOf(AppContainer).isRequired,
-// };