Files
community-rule/app/components/modals/Login/index.tsx
T
2026-04-06 16:37:15 -06:00

3 lines
94 B
TypeScript

export { default } from "./Login.container";
export type { LoginProps } from "./Login.types";