diff --git a/src/common/components/layout/index.ts b/src/common/components/layout/index.ts new file mode 100644 index 0000000..d242772 --- /dev/null +++ b/src/common/components/layout/index.ts @@ -0,0 +1,3 @@ +export { CustomLogo } from './CustomLogo'; +export { CustomHeader } from './CustomHeader'; +export { default as AvatarProps } from './AvatarProps';