export function useHello(name: string) {
  return `Hello ${name}`;
}
