feat: excel service
This commit is contained in:
16
frontend/bindings/app/internal/services/index.js
Normal file
16
frontend/bindings/app/internal/services/index.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
import * as AuthorService from "./authorservice.js";
|
||||
import * as CommentService from "./commentservice.js";
|
||||
import * as PostService from "./postservice.js";
|
||||
import * as PostTypeService from "./posttypeservice.js";
|
||||
export {
|
||||
AuthorService,
|
||||
CommentService,
|
||||
PostService,
|
||||
PostTypeService
|
||||
};
|
||||
|
||||
export * from "./models.js";
|
||||
Reference in New Issue
Block a user