Rename header components into one TopNav

This commit is contained in:
adilallo
2026-02-06 08:27:44 -07:00
parent e3478e6105
commit 0aaa694fab
19 changed files with 774 additions and 1097 deletions
@@ -0,0 +1,3 @@
export { default } from "./TopNav.container";
export type { TopNavProps, NavSize } from "./TopNav.types";
export { avatarImages } from "./TopNav.container";