mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-08 22:45:49 +01:00
refactor: use relative TS path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Group, Image, Text } from '@mantine/core';
|
||||
import { useScreenLargerThan } from '~/hooks/useScreenLargerThan';
|
||||
|
||||
import { useConfigContext } from '../../../config/provider';
|
||||
import { useConfigContext } from '~/config/provider';
|
||||
import { usePrimaryGradient } from './useGradient';
|
||||
|
||||
interface LogoProps {
|
||||
|
||||
Reference in New Issue
Block a user