import type { FC } from 'react'; export const Header: FC = () => { return (
Preview SVG
); };