mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-06 01:15:30 +02:00
refactor: use relative TS path
This commit is contained in:
@@ -8,7 +8,7 @@ import { forwardRef, useState } from 'react';
|
||||
import { api } from '~/utils/api';
|
||||
|
||||
import { COOKIE_LOCALE_KEY } from '../../../../../data/constants';
|
||||
import { Language, getLanguageByCode } from '../../../../tools/language';
|
||||
import { Language, getLanguageByCode } from '~/tools/language';
|
||||
|
||||
export default function LanguageSelect() {
|
||||
const { data: sessionData } = useSession();
|
||||
|
||||
Reference in New Issue
Block a user