Shun Miyazawa il y a 4 ans
Parent
commit
8a5421ba1c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      packages/app/src/components/LikeButtons.tsx

+ 2 - 2
packages/app/src/components/LikeButtons.tsx

@@ -1,10 +1,10 @@
 import React, { FC, useState } from 'react';
-import { Types } from 'mongoose';
 
+import { Types } from 'mongoose';
 import { UncontrolledTooltip, Popover, PopoverBody } from 'reactstrap';
 import { useTranslation } from 'react-i18next';
-import UserPictureList from './User/UserPictureList';
 
+import UserPictureList from './User/UserPictureList';
 import { toastError } from '~/client/util/apiNotification';
 import { useIsGuestUser } from '~/stores/context';
 import { apiv3Put } from '~/client/util/apiv3-client';