فهرست منبع

rename Nullable imoprt

keigo-h 3 سال پیش
والد
کامیت
4f3bdf0b6d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/stores/share-link.tsx

+ 1 - 1
packages/app/src/stores/share-link.tsx

@@ -1,7 +1,7 @@
+import { Nullable } from '@growi/core';
 import useSWR, { SWRResponse } from 'swr';
 
 import { apiv3Get } from '~/client/util/apiv3-client';
-import { Nullable } from '~/interfaces/common';
 import { IResShareLinkList } from '~/interfaces/share-link';
 
 const fetchShareLinks = async(endpoint, pageId) => {