8 lines
370 B
TypeScript
8 lines
370 B
TypeScript
|
|
export { List } from "./components/List";
|
||
|
|
export { Create } from "./components/Create";
|
||
|
|
export { Edit } from "./components/Edit";
|
||
|
|
export { Detail } from "./components/Detail";
|
||
|
|
export { ServiceLayout } from "./components/ServiceLayout";
|
||
|
|
export { serviceConfig, getServiceTable } from "./config/config";
|
||
|
|
export { getBot, sendMessage, handleWebhook } from "./lib/routing";
|