Selaa lähdekoodia

fix import line

Yuki Takei 2 vuotta sitten
vanhempi
sitoutus
b298df356f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      apps/app/src/client/services/search-operation.ts

+ 1 - 1
apps/app/src/client/services/search-operation.ts

@@ -1,6 +1,6 @@
 import { useCallback, useEffect, useRef } from 'react';
 
-import { type SWRResponseWithUtils, withUtils } from '@growi/core';
+import { type SWRResponseWithUtils, withUtils } from '@growi/core/dist/swr';
 import { useRouter } from 'next/router';
 import useSWRImmutable from 'swr/immutable';