first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import LockScreenForm from '@/components/Authentication/LockScreenForm';
|
||||
|
||||
export default function LockScreen() {
|
||||
return (
|
||||
<>
|
||||
<LockScreenForm />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user