Explorar o código

import from esm

ryoji-s %!s(int64=2) %!d(string=hai) anos
pai
achega
041c48579a
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      apps/app/src/components/BookmarkButtons.tsx

+ 4 - 4
apps/app/src/components/BookmarkButtons.tsx

@@ -3,10 +3,10 @@ import React, {
 } from 'react';
 
 import { useTranslation } from 'next-i18next';
-import DropdownToggle from 'reactstrap/es/DropdownToggle';
-import Popover from 'reactstrap/es/Popover';
-import PopoverBody from 'reactstrap/es/PopoverBody';
-import UncontrolledTooltip from 'reactstrap/es/UncontrolledTooltip';
+import DropdownToggle from 'reactstrap/esm/DropdownToggle';
+import Popover from 'reactstrap/esm/Popover';
+import PopoverBody from 'reactstrap/esm/PopoverBody';
+import UncontrolledTooltip from 'reactstrap/esm/UncontrolledTooltip';
 
 import { useSWRxBookmarkedUsers } from '~/stores/bookmark';
 import { useIsGuestUser } from '~/stores/context';