export { ErrorComponent } from "./error"; export { AuthPage } from "./auth"; export { WelcomePage } from "./welcome"; export type { AuthProps } from "./auth";