refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { SettingsContextProps } from '@app/context/SettingsContext';
|
||||
import { SettingsContext } from '@app/context/SettingsContext';
|
||||
import { useContext } from 'react';
|
||||
import type { SettingsContextProps } from '../context/SettingsContext';
|
||||
import { SettingsContext } from '../context/SettingsContext';
|
||||
|
||||
const useSettings = (): SettingsContextProps => {
|
||||
const settings = useContext(SettingsContext);
|
||||
|
||||
Reference in New Issue
Block a user