UNPKG

voxa-cli

Version:
8 lines (5 loc) 160 B
import { VoxaApp } from "voxa"; import { register as mainStates } from "./main.states"; export function register(voxaApp: VoxaApp) { mainStates(voxaApp); }