9 lines
156 B
TypeScript
9 lines
156 B
TypeScript
import { useTheme } from "../theme"
|
|
|
|
export default function contacts_panel(): any {
|
|
const theme = useTheme()
|
|
|
|
return {
|
|
width: 100,
|
|
}
|
|
}
|