Explorar o código

:fire: useIntl

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
b8c6680b03
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 { useState } from "react";
-import { useIntl } from "react-intl";
 
 import Collaborator from "./Collaborator";
 import CollaboratorAdd from "./CollaboratorAdd";
@@ -23,7 +22,6 @@ interface IWidget {
   resType: EResType;
 }
 const Widget = ({ resId, resType }: IWidget) => {
-  const intl = useIntl();
   const [reload, setReload] = useState(false);
   return (
     <div>