js 의존성 제거
This commit is contained in:
16
viewer/components/LanguageSelectBox.js
Normal file
16
viewer/components/LanguageSelectBox.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
||||
import { Languages } from "lucide-react";
|
||||
import { Button } from "./ui/button";
|
||||
export function LanguageSelectBox() {
|
||||
return _jsxs(Button, {
|
||||
variant: "ghost",
|
||||
size: "icon",
|
||||
children: [
|
||||
_jsx(Languages, {}),
|
||||
_jsx("span", {
|
||||
className: "sr-only",
|
||||
children: "\uC5B8\uC5B4 \uBCC0\uACBD",
|
||||
}),
|
||||
],
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user