This commit is contained in:
2022-09-04 21:54:39 +02:00
parent ec92cc4787
commit 75e0ad2f6f
2 changed files with 4 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
* @file Automatically generated by barrelsby. * @file Automatically generated by barrelsby.
*/ */
export * from "./index"; export * from "./MyDataSource";

View File

@@ -2,4 +2,6 @@
* @file Automatically generated by barrelsby. * @file Automatically generated by barrelsby.
*/ */
export * from "./index"; export * from "./recipes/Recipe";
export * from "./recipes/RecipeNotFoundError";
export * from "./recipes/RecipeResolver";