diff --git a/src/components/Playground.jsx b/src/components/Playground.jsx
index 64aeab0f..126a7f65 100644
--- a/src/components/Playground.jsx
+++ b/src/components/Playground.jsx
@@ -537,7 +537,7 @@ export default function Playground() {
-
+
diff --git a/src/components/common/select/QSelectBox.jsx b/src/components/common/select/QSelectBox.jsx
index ece8b1bf..7e7b446a 100644
--- a/src/components/common/select/QSelectBox.jsx
+++ b/src/components/common/select/QSelectBox.jsx
@@ -1,7 +1,6 @@
'use client'
import { useEffect, useRef, useState } from 'react'
import { useOnClickOutside } from 'usehooks-ts'
-import { isObjectNotEmpty } from '@/util/common-utils'
/**
*