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