jam411 пре 3 година
родитељ
комит
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';