mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 20:28:40 -05:00
refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import Transition from '@app/components/Transition';
|
||||
import {
|
||||
CheckCircleIcon,
|
||||
ExclamationCircleIcon,
|
||||
@@ -6,7 +7,6 @@ import {
|
||||
} from '@heroicons/react/outline';
|
||||
import { XIcon } from '@heroicons/react/solid';
|
||||
import type { ToastProps } from 'react-toast-notifications';
|
||||
import Transition from '../Transition';
|
||||
|
||||
const Toast = ({
|
||||
appearance,
|
||||
|
||||
Reference in New Issue
Block a user