[에러패널] import 변수 하나로 통합
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user