[에러패널] import 변수 하나로 통합

This commit is contained in:
sungmin.in
2024-07-26 18:57:59 +09:00
parent 5dcaac575e
commit 6fee0e0760

View File

@@ -4,11 +4,10 @@ import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDeco
import ServiceLogoImage from "../../../assets/images/img-service-logo@3x.png";
import TButton, { TYPES } from "../../components/TButton/TButton";
import TPanel from "../../components/TPanel/TPanel";
import { $L } from "../../utils/helperMethods";
import { $L, removeSpecificTags } from "../../utils/helperMethods";
import css from "./ErrorPanel.module.less";
import useDebugKey from "../../hooks/useDebugKey";
import { useSelector } from "react-redux";
import { removeSpecificTags } from "../../utils/helperMethods";
const Container = SpotlightContainerDecorator(
{ enterTo: "last-focused" },