Files
slm-design/examples/demo-frontend/src/compositions/screens/sign-in/index.ts

3 lines
123 B
TypeScript
Raw Normal View History

2026-08-01 09:31:08 +03:00
export { SignInScreen } from './sign-in.screen'
export type { SignInScreenProps } from './types/sign-in-screen-props.type'