mirror of
https://github.com/aleleba/create-react-go-ssr.git
synced 2025-04-19 01:37:52 -06:00
9 lines
127 B
TypeScript
9 lines
127 B
TypeScript
import test, { TTest } from './testAction';
|
|
|
|
export type TAction = TTest
|
|
|
|
const actions = {
|
|
test
|
|
}
|
|
|
|
export default actions |