Explorar o código

remove fc wrapper

keigo-h %!s(int64=3) %!d(string=hai) anos
pai
achega
f2e317425a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/ShareLink/ShareLink.jsx

+ 1 - 1
packages/app/src/components/ShareLink/ShareLink.jsx

@@ -1,7 +1,7 @@
 import React, { useState, useCallback, useEffect } from 'react';
 
-import PropTypes from 'prop-types';
 import { useTranslation } from 'next-i18next';
+import PropTypes from 'prop-types';
 
 
 import PageContainer from '~/client/services/PageContainer';