vite-start/src/utils/index.ts
taolin 7c701e6ca8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix: px
2022-07-22 16:21:35 +08:00

4 lines
44 B
TypeScript

export function hello(){
return 'Hello'
}