mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 18:51:08 +10:00
vite
* replace next with vite * disable strictmode (it interferes with collaboration in dev mode)
This commit is contained in:
5
client/src/pages/auth/login.tsx
Normal file
5
client/src/pages/auth/login.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import { LoginForm } from '@/features/auth/components/login-form';
|
||||
|
||||
export default function LoginPage() {
|
||||
return <LoginForm />;
|
||||
}
|
||||
Reference in New Issue
Block a user