Shun Miyazawa 4 년 전
부모
커밋
abbc437d4f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/app/src/components/Me/InAppNotificationSettings.tsx

+ 2 - 1
packages/app/src/components/Me/InAppNotificationSettings.tsx

@@ -15,4 +15,5 @@ const InAppNotificationSetting: FC<Props> = (props: Props) => {
   );
 };
 
-export const InAppNotificationSettingWrapper = withUnstatedContainers(InAppNotificationSetting, [AppContainer]);
+const InAppNotificationSettingWrapper = withUnstatedContainers(InAppNotificationSetting, [AppContainer]);
+export default InAppNotificationSettingWrapper;