Explorar o código

rename Nullable imoprt

keigo-h %!s(int64=3) %!d(string=hai) anos
pai
achega
4f3bdf0b6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) => {