Shun Miyazawa 4 lat temu
rodzic
commit
e2bf048600

+ 1 - 1
packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

@@ -6,7 +6,7 @@ import { HasObjectId } from '~/interfaces/has-object-id';
 import { apiv3Post } from '~/client/util/apiv3-client';
 import FormattedDistanceDate from '../FormattedDistanceDate';
 
-import PageModelNotification from './TargetModel/page/PageModelNotification';
+import PageModelNotification from './TargetModel/Page/PageModelNotification';
 
 interface Props {
   notification: IInAppNotification & HasObjectId

+ 0 - 0
packages/app/src/components/InAppNotification/TargetModel/tmp/PageModelNotification.tsx → packages/app/src/components/InAppNotification/TargetModel/Page/PageModelNotification.tsx


+ 0 - 0
packages/app/src/components/InAppNotification/TargetModel/tmp/snapshot.ts → packages/app/src/components/InAppNotification/TargetModel/Page/snapshot.ts


+ 1 - 1
packages/app/src/server/service/comment.ts

@@ -4,7 +4,7 @@ import loggerFactory from '../../utils/logger';
 import ActivityDefine from '../util/activityDefine';
 import Crowi from '../crowi';
 
-import { createSnapshot } from '../../components/InAppNotification/TargetModel/page/snapshot';
+import { createSnapshot } from '../../components/InAppNotification/TargetModel/Page/snapshot';
 
 const logger = loggerFactory('growi:service:CommentService');
 

+ 1 - 1
packages/app/src/server/service/page.js

@@ -3,7 +3,7 @@ import isThisHour from 'date-fns/isThisHour/index.js';
 import loggerFactory from '~/utils/logger';
 import ActivityDefine from '../util/activityDefine';
 
-import { createSnapshot } from '../../components/InAppNotification/TargetModel/page/snapshot';
+import { createSnapshot } from '../../components/InAppNotification/TargetModel/Page/snapshot';
 
 const mongoose = require('mongoose');
 const escapeStringRegexp = require('escape-string-regexp');