Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1import { useTheme } from "../theme" 2import { background, border } from "./components" 3 4export default function contacts_popover(): any { 5 const theme = useTheme() 6}