Move some business logic out of the page components. They are now responsible for just filtering out the unsuccessful render paths and selecting between an error view or a success view passing the successfully fetched data.
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
export * from "./ExpressionCard";
|
|
export * from "./ExpressionSetCard";
|
|
export * from "./ExpressionSetInfo";
|
|
export * from "./Navigation";
|
|
export * from "./Page";
|