WNomunomu пре 2 година
родитељ
комит
d8416922e3
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      apps/app/src/components/InAppNotification/PageNotification/index.tsx

+ 1 - 2
apps/app/src/components/InAppNotification/PageNotification/index.tsx

@@ -3,9 +3,8 @@ import { FC } from 'react';
 import type { HasObjectId, IPage, IUser } from '@growi/core';
 import { useRouter } from 'next/router';
 
-
 import { SupportedTargetModel } from '~/interfaces/activity';
-import { IInAppNotification } from '~/interfaces/in-app-notification';
+import type { IInAppNotification } from '~/interfaces/in-app-notification';
 
 
 import PageModelNotification from './PageModelNotification';