Shun Miyazawa 4 лет назад
Родитель
Сommit
8a5421ba1c
1 измененных файлов с 2 добавлено и 2 удалено
  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';