fix: formatting

This commit is contained in:
Ryan Cohen
2022-08-03 04:04:43 +00:00
committed by Ryan Cohen
parent 928cd5b999
commit d435418d3b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -16,6 +16,7 @@
# misc
.DS_Store
*.pem
.eslintcache
# debug
npm-debug.log*

View File

@@ -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';