streamin-fe/app/[locale]/auth/register/page.tsx

9 lines
113 B
TypeScript
Raw Normal View History

2026-04-20 05:51:36 +00:00
import React from 'react'
const Register = () => {
return (
<div>page</div>
)
}
export default Register