visuddhinanda 3 anni fa
parent
commit
b8c6680b03
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      dashboard/src/components/share/Share.tsx

+ 0 - 2
dashboard/src/components/share/Share.tsx

@@ -1,6 +1,5 @@
 import { Divider } from "antd";
 import { Divider } from "antd";
 import { useState } from "react";
 import { useState } from "react";
-import { useIntl } from "react-intl";
 
 
 import Collaborator from "./Collaborator";
 import Collaborator from "./Collaborator";
 import CollaboratorAdd from "./CollaboratorAdd";
 import CollaboratorAdd from "./CollaboratorAdd";
@@ -23,7 +22,6 @@ interface IWidget {
   resType: EResType;
   resType: EResType;
 }
 }
 const Widget = ({ resId, resType }: IWidget) => {
 const Widget = ({ resId, resType }: IWidget) => {
-  const intl = useIntl();
   const [reload, setReload] = useState(false);
   const [reload, setReload] = useState(false);
   return (
   return (
     <div>
     <div>