We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab40b6 commit 7d3f029Copy full SHA for 7d3f029
example/src/models/index.ts
@@ -0,0 +1,6 @@
1
+export { default as Article } from "./article.model";
2
+
3
+export { default as Comment } from "./comment.model";
4
5
+export { default as People } from "./people.model";
6
0 commit comments