/** * Example function. * * @example * * Use from other apps/packages: * * ```ts * import { hello } from '@repo/{{ slug name }}' * * hello() * ``` */ export function hello() { return 'Hello, world!' }