import { Link } from 'react-router' import { Button } from '~/components/ui/button' import { DUMMY } from '~/data/dummy' export const HeaderTop = () => { return (
{DUMMY.title}
{DUMMY.description}
language
) }