mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
|
export default function Head() {
|
||
|
return (
|
||
|
<>
|
||
|
<title>Zed Color Tool</title>
|
||
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||
|
</>
|
||
|
);
|
||
|
}
|