mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { withProperties } from '../../../utils/typeHelpers';
|
||||
import { withProperties } from '@app/utils/typeHelpers';
|
||||
|
||||
type TBodyProps = {
|
||||
children: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user