1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00
Files
browser/libs/components/src/navigation/index.ts
Oscar Hinton 39eed02904 [PM-8517] Create web specific layout (#9209)
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.
2024-07-11 12:20:56 -04:00

4 lines
116 B
TypeScript

export * from "./navigation.module";
export * from "./side-nav.service";
export type * from "./side-nav.component";