jam411 3 лет назад
Родитель
Сommit
1dd8e1980e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/PageComment.tsx

+ 1 - 1
packages/app/src/components/PageComment.tsx

@@ -2,7 +2,7 @@ import React, {
   FC, useEffect, useState, useMemo, memo, useCallback,
 } from 'react';
 
-import { Nullable } from '^/../core/src/interfaces/common';
+import { Nullable } from '@growi/core';
 import { Button } from 'reactstrap';