Files
oak-gpui/styles/src/style_tree/contacts_popover.ts
T
2023-08-29 16:02:04 -04:00

7 lines
168 B
TypeScript

import { useTheme } from "../theme"
import { background, border } from "./components"
export default function contacts_popover(): any {
const theme = useTheme()
}