mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-10 07:31:27 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Example function.
|
||||
*
|
||||
* @example
|
||||
*
|
||||
* Use from other apps/packages:
|
||||
*
|
||||
* ```ts
|
||||
* import { hello } from '@repo/{{ slug name }}'
|
||||
*
|
||||
* hello()
|
||||
* ```
|
||||
*/
|
||||
export function hello() {
|
||||
return 'Hello, world!'
|
||||
}
|
||||
Reference in New Issue
Block a user