Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1export default function Head() { 2 return ( 3 <> 4 <title>Zed Color Tool</title> 5 <meta content="width=device-width, initial-scale=1" name="viewport" /> 6 </> 7 ); 8}