Added Ts.ED (remaining)
This commit is contained in:
5
backend/src/controllers/rest/index.ts
Normal file
5
backend/src/controllers/rest/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @file Automatically generated by barrelsby.
|
||||
*/
|
||||
|
||||
export * from "./HelloWorldController";
|
||||
@@ -1 +1,5 @@
|
||||
export * from "./MyDataSource";
|
||||
/**
|
||||
* @file Automatically generated by barrelsby.
|
||||
*/
|
||||
|
||||
export * from "./index";
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
export * from "./recipes/Recipe";
|
||||
export * from "./recipes/RecipeNotFoundError";
|
||||
export * from "./recipes/RecipeResolver";
|
||||
/**
|
||||
* @file Automatically generated by barrelsby.
|
||||
*/
|
||||
|
||||
export * from "./index";
|
||||
|
||||
Reference in New Issue
Block a user