WIP: add custom channel modal

This commit is contained in:
Mikayla Maki 2023-08-03 10:59:09 -07:00
parent 30e1bfc872
commit d450c4be9a
No known key found for this signature in database
6 changed files with 72 additions and 8 deletions

View file

@ -0,0 +1,9 @@
import { useTheme } from "../theme"
export default function contacts_panel(): any {
const theme = useTheme()
return {
width: 100,
}
}