fix: formatting
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,6 +16,7 @@
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
.eslintcache
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
|
||||
@@ -2,7 +2,7 @@ import { ArrowCircleRightIcon } from '@heroicons/react/outline';
|
||||
import Link from 'next/link';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import useSWR from 'swr';
|
||||
import { WatchlistItem } from '../../../server/interfaces/api/discoverInterfaces';
|
||||
import type { WatchlistItem } from '../../../server/interfaces/api/discoverInterfaces';
|
||||
import type { MediaResultsResponse } from '../../../server/interfaces/api/mediaInterfaces';
|
||||
import type { RequestResultsResponse } from '../../../server/interfaces/api/requestInterfaces';
|
||||
import { Permission, useUser } from '../../hooks/useUser';
|
||||
|
||||
Reference in New Issue
Block a user