mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-22 09:37:57 +00:00
Removed unused imports
This commit is contained in:
parent
65dbc5498d
commit
3bf8ddf376
1 changed files with 1 additions and 35 deletions
|
|
@ -1,45 +1,11 @@
|
|||
import React, { useMemo, useState, useEffect, useCallback } from 'react';
|
||||
import {
|
||||
ActionIcon,
|
||||
Box,
|
||||
Button,
|
||||
Card,
|
||||
Center,
|
||||
Flex,
|
||||
Badge,
|
||||
Group,
|
||||
Image,
|
||||
Modal,
|
||||
SimpleGrid,
|
||||
Stack,
|
||||
Text,
|
||||
Title,
|
||||
Tooltip,
|
||||
Switch,
|
||||
Select,
|
||||
MultiSelect,
|
||||
TextInput,
|
||||
useMantineTheme,
|
||||
} from '@mantine/core';
|
||||
import {
|
||||
AlertTriangle,
|
||||
SquarePlus,
|
||||
SquareX,
|
||||
} from 'lucide-react';
|
||||
import { useEffect, useCallback } from 'react';
|
||||
import dayjs from 'dayjs';
|
||||
import duration from 'dayjs/plugin/duration';
|
||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
||||
import utc from 'dayjs/plugin/utc';
|
||||
import timezone from 'dayjs/plugin/timezone';
|
||||
import useChannelsStore from '../store/channels';
|
||||
import useSettingsStore from '../store/settings';
|
||||
import useLocalStorage from '../hooks/useLocalStorage';
|
||||
import useVideoStore from '../store/useVideoStore';
|
||||
import RecordingForm from '../components/forms/Recording';
|
||||
import { notifications } from '@mantine/notifications';
|
||||
import API from '../api';
|
||||
import { DatePickerInput, TimeInput } from '@mantine/dates';
|
||||
import { useForm } from '@mantine/form';
|
||||
|
||||
dayjs.extend(duration);
|
||||
dayjs.extend(relativeTime);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue