Refactoring 2
This commit is contained in:
parent
dd14dfe72e
commit
e4b78ceec2
76 changed files with 870 additions and 734 deletions
7
packages/bridge-ui/index.ts
Normal file
7
packages/bridge-ui/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue