
* Update imports from apps-shared package * Extract main bar and app icon * Remove graphql generated * Implement AppIcon and MainBar in data importer and invoices * Change name to TitleBar * Use TitleBar and AppIcon from shared package * Use title bar from shared in search * Refactor slack to use TitleBar from shared package * Make TitleBar sticky * Run codegen before cicd tests * Add generate script
3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
export * from "./src/is-in-iframe";
|
|
export * from "./src/title-bar/title-bar";
|
|
export * from "./src/app-icon/app-icon";
|