ZIm/styles/src/style_tree/channel_modal.ts
2023-08-03 10:59:09 -07:00

9 lines
156 B
TypeScript

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