refactor: use relative TS path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { MantineGradient } from '@mantine/core';
|
||||
|
||||
import { useColorTheme } from '../../../tools/color';
|
||||
import { useColorTheme } from '~/tools/color';
|
||||
|
||||
export const usePrimaryGradient = () => {
|
||||
const { primaryColor, secondaryColor } = useColorTheme();
|
||||
|
||||
Reference in New Issue
Block a user