mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 20:58:56 -05:00
style: fix organize-imports to work with tailwindcss prettier plugin (#2957) [skip ci]
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import globalMessages from '../../i18n/globalMessages';
|
||||
import Button from '../Common/Button';
|
||||
import { CheckIcon, TrashIcon } from '@heroicons/react/solid';
|
||||
import axios from 'axios';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import { mutate } from 'swr';
|
||||
import globalMessages from '../../i18n/globalMessages';
|
||||
import Button from '../Common/Button';
|
||||
|
||||
interface ErrorCardProps {
|
||||
id: number;
|
||||
|
||||
@@ -14,8 +14,8 @@ import Button from '../Common/Button';
|
||||
import CachedImage from '../Common/CachedImage';
|
||||
import RequestModal from '../RequestModal';
|
||||
import Transition from '../Transition';
|
||||
import Placeholder from './Placeholder';
|
||||
import ErrorCard from './ErrorCard';
|
||||
import Placeholder from './Placeholder';
|
||||
|
||||
interface TitleCardProps {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user