import { useTheme } from "../theme" export default function contacts_panel(): any { const theme = useTheme() return { width: 100, } }