4 lines
264 B
TypeScript
4 lines
264 B
TypeScript
export { default as Billing } from "./Billing/Billing"
|
|
export { default as LogOut } from "./LogOut/LogOut"
|
|
export { default as ProfileBlock } from "./ProfileBlock/ProfileBlock"
|
|
export { default as ProfileInformation } from "./ProfileInformation/ProfileInformation" |