mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
We currently duplicate some logic between our layouts. In an effort to streamline our experience I'm exploring if we can create a web specific layout that handles some of this.
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
export * from "./navigation.module";
|
|
export * from "./side-nav.service";
|
|
export type * from "./side-nav.component";
|