Explorar el Código

rename Nullable imoprt

keigo-h hace 3 años
padre
commit
4f3bdf0b6d
Se han modificado 1 ficheros con 1 adiciones y 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) => {