mirror of
https://github.com/docmost/docmost.git
synced 2026-08-31 02:46:27 +08:00
switch to nx monorepo
This commit is contained in:
@@ -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