mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
lint: fix import
This commit is contained in:
parent
c7075d2ea5
commit
3f11100e7a
@ -5,8 +5,8 @@ import { useState } from 'preact/hooks';
|
||||
import { useConfig } from '../api';
|
||||
import { Tabs, TextTab } from '../components/Tabs';
|
||||
import { LiveChip } from '../components/LiveChip';
|
||||
import HistoryViewer from '../components/HistoryViewer/HistoryViewer';
|
||||
import { DebugCamera } from '../components/DebugCamera';
|
||||
import { HistoryViewer } from '../components/HistoryViewer'
|
||||
|
||||
export default function Camera({ camera }) {
|
||||
const { data: config } = useConfig();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user