Merge branch 'main' of http://113.45.67.59:3003/insiinc/nice
This commit is contained in:
commit
2381c47ad5
|
@ -1 +1,2 @@
|
||||||
export * from "./useEntity"
|
export * from './useEntity';
|
||||||
|
export * from './useHello';
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
import { api } from '../trpc';
|
||||||
|
|
||||||
|
export function useHello() {
|
||||||
|
return {
|
||||||
|
hello: api.hello,
|
||||||
|
};
|
||||||
|
}
|
|
@ -1 +1 @@
|
||||||
export * from "./api"
|
export * from './api';
|
||||||
|
|
Loading…
Reference in New Issue