3 lines
150 B
TypeScript
3 lines
150 B
TypeScript
export { default as BarLeft } from "./BarLeft";
|
|
export { default as BarCenter } from "./BarCenter";
|
|
export { default as BarRight } from "./BarRight";
|