🚨 Fix build warnings

This commit is contained in:
Manuel
2023-03-29 12:55:03 +02:00
parent 41e142634f
commit 13531a007c
6 changed files with 8 additions and 22 deletions

View File

@@ -6,7 +6,6 @@ import { i18n } from 'next-i18next';
import { useState } from 'react';
import { useConfigContext } from '../../config/provider';
import { useColorTheme } from '../../tools/color';
import { isToday } from '../../tools/shared/time/date.tool';
import { defineWidget } from '../helper';
import { IWidget } from '../widgets';
import { CalendarDay } from './CalendarDay';