mirror of
https://github.com/sct/overseerr.git
synced 2025-12-29 00:56:55 +01:00
chore: remove empty lines from imports section (#2951) [skip ci]
This commit is contained in:
committed by
GitHub
parent
16545eec22
commit
fd0ff4bd5f
@@ -1,6 +1,5 @@
|
||||
import { InboxInIcon } from '@heroicons/react/solid';
|
||||
import axios from 'axios';
|
||||
|
||||
import { useState } from 'react';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import { useToasts } from 'react-toast-notifications';
|
||||
|
||||
@@ -11,7 +11,6 @@ import axios from 'axios';
|
||||
import { Field, Form, Formik } from 'formik';
|
||||
import Link from 'next/link';
|
||||
import { useRouter } from 'next/router';
|
||||
|
||||
import { useEffect, useState } from 'react';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import { useToasts } from 'react-toast-notifications';
|
||||
|
||||
Reference in New Issue
Block a user