remove unneeded

This commit is contained in:
Josh Hawkins 2026-03-06 23:04:29 -06:00
parent 2681c9ddf9
commit ac18ebadd1

View File

@ -39,17 +39,7 @@ const SEARCH_FILTER_ARRAY_KEYS = [
export default function Explore() {
// search field handler
const { t } = useTranslation([
"views/explore",
"views/search",
"components/filter",
"views/events",
"components/camera",
"components/dialog",
"views/faceLibrary",
"views/settings",
"components/player",
]);
const { t } = useTranslation(["views/explore"]);
const { getLocaleDocUrl } = useDocDomain();
const { data: config } = useSWR<FrigateConfig>("config", {