create-react-go-ssr/src/frontend/actions/index.ts

9 lines
127 B
TypeScript

import test, { TTest } from './testAction';
export type TAction = TTest
const actions = {
test
}
export default actions