mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 20:28:40 -05:00
chore: remove empty lines from imports section (#2951) [skip ci]
This commit is contained in:
committed by
GitHub
parent
16545eec22
commit
fd0ff4bd5f
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import SettingsAbout from '../../components/Settings/SettingsAbout';
|
||||
import SettingsLayout from '../../components/Settings/SettingsLayout';
|
||||
import useRouteGuard from '../../hooks/useRouteGuard';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import SettingsJobs from '../../components/Settings/SettingsJobsCache';
|
||||
import SettingsLayout from '../../components/Settings/SettingsLayout';
|
||||
import useRouteGuard from '../../hooks/useRouteGuard';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import SettingsLayout from '../../components/Settings/SettingsLayout';
|
||||
import SettingsLogs from '../../components/Settings/SettingsLogs';
|
||||
import useRouteGuard from '../../hooks/useRouteGuard';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsDiscord from '../../../components/Settings/Notifications/NotificationsDiscord';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsEmail from '../../../components/Settings/Notifications/NotificationsEmail';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsGotify from '../../../components/Settings/Notifications/NotificationsGotify';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsLunaSea from '../../../components/Settings/Notifications/NotificationsLunaSea';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsPushbullet from '../../../components/Settings/Notifications/NotificationsPushbullet';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsPushover from '../../../components/Settings/Notifications/NotificationsPushover';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsSlack from '../../../components/Settings/Notifications/NotificationsSlack';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsTelegram from '../../../components/Settings/Notifications/NotificationsTelegram';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsWebhook from '../../../components/Settings/Notifications/NotificationsWebhook';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import NotificationsWebPush from '../../../components/Settings/Notifications/NotificationsWebPush';
|
||||
import SettingsLayout from '../../../components/Settings/SettingsLayout';
|
||||
import SettingsNotifications from '../../../components/Settings/SettingsNotifications';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import SettingsLayout from '../../components/Settings/SettingsLayout';
|
||||
import SettingsPlex from '../../components/Settings/SettingsPlex';
|
||||
import useRouteGuard from '../../hooks/useRouteGuard';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
import SettingsLayout from '../../components/Settings/SettingsLayout';
|
||||
import SettingsServices from '../../components/Settings/SettingsServices';
|
||||
import useRouteGuard from '../../hooks/useRouteGuard';
|
||||
|
||||
Reference in New Issue
Block a user