import { FiMail, FiPhone } from "react-icons/fi"; function ShortcutItem({ isDark, label, shortcut }) { return (
{label} {shortcut}
); } function SettingsShortcuts({ isDark }) { return (
Thông tin nhanh
Phím tắt
Hỗ trợ

support@vinclassroom.edu.vn

1900 xxxx

); } export default SettingsShortcuts;