3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export * from "./AppListCard";
|
|
export { default } from "./AppListCard";
|
|
export * from "./AppLogo";
|