فهرست منبع

update Nullable imported

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';