Mao 4 лет назад
Родитель
Сommit
6e019cc139
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/app/src/stores/page.tsx

+ 3 - 3
packages/app/src/stores/page.tsx

@@ -1,10 +1,10 @@
 import useSWR, { SWRResponse } from 'swr';
 
-import { apiv3Get } from '~/client/util/apiv3-client';
+import { apiv3Get } from '../client/util/apiv3-client';
 import { apiGet } from '../client/util/apiv1-client';
 
-import { IPage } from '~/interfaces/page';
-import { IPagingResult } from '~/interfaces/paging-result';
+import { IPage } from '../interfaces/page';
+import { IPagingResult } from '../interfaces/paging-result';
 import { IPageTagsInfo } from '../interfaces/pageTagsInfo';