️ Change code editor

This commit is contained in:
ajnart
2023-02-10 12:44:31 +09:00
parent fab018a10e
commit 84db1aeaf7
4 changed files with 20 additions and 35 deletions

View File

@@ -1,5 +1,4 @@
import { LoadingOverlay } from '@mantine/core';
import { createStyles } from '@mantine/styles';
import { createStyles, LoadingOverlay } from '@mantine/core';
import { useEffect, useRef, useState } from 'react';
import videojs from 'video.js';
import 'video.js/dist/video-js.css';

View File

@@ -1,6 +1,6 @@
import { Center, Group, Stack, Title } from '@mantine/core';
import { IconDeviceCctv, IconHeartBroken } from '@tabler/icons';
import { useTranslation } from 'react-i18next';
import { useTranslation } from 'next-i18next';
import { defineWidget } from '../helper';
import { IWidget } from '../widgets';
import VideoFeed from './VideoFeed';