Files
community-rule/app/components/navigation/TopNav/index.tsx
T
2026-02-06 08:27:44 -07:00

4 lines
157 B
TypeScript

export { default } from "./TopNav.container";
export type { TopNavProps, NavSize } from "./TopNav.types";
export { avatarImages } from "./TopNav.container";