Files
slm-design/examples/demo-frontend/src/compositions/screens/product-admin/index.ts
2026-08-01 09:31:08 +03:00

3 lines
147 B
TypeScript

export { ProductAdminScreen } from './product-admin.screen'
export type { ProductAdminScreenProps } from './types/product-admin-screen-props.type'