4 lines
75 B
TypeScript
Raw Normal View History

import React from 'react';
export const Header = () => <div>header</div>;