mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 17:05:47 +01:00
♻️ Refactor hooks
This commit is contained in:
@@ -2,7 +2,7 @@ import { Center, Stack, Text, Title } from '@mantine/core';
|
||||
import { IconClock } from '@tabler/icons';
|
||||
import dayjs from 'dayjs';
|
||||
import { useEffect, useRef, useState } from 'react';
|
||||
import { useSetSafeInterval } from '../../tools/hooks/useSetSafeInterval';
|
||||
import { useSetSafeInterval } from '../../hooks/useSetSafeInterval';
|
||||
import { defineWidget } from '../helper';
|
||||
import { IWidget } from '../widgets';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user