Files
slm-design/examples/demo-frontend/src/compositions/screens/product-admin/index.ts

3 lines
147 B
TypeScript
Raw Normal View History

2026-08-01 09:31:08 +03:00
export { ProductAdminScreen } from './product-admin.screen'
export type { ProductAdminScreenProps } from './types/product-admin-screen-props.type'