3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
export { default } from "./AttributeListPage";
|
|
export * from "./AttributeListPage";
|
|
export * from "./filters";
|