Ver código fonte

remove fc wrapper

keigo-h 3 anos atrás
pai
commit
f2e317425a

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