Files
CMS-Client/pages/authentication/lock-screen.js
T
CHIEFSOFT\ameye 5f95d857d4 first commit
2023-10-14 22:02:57 -04:00

10 lines
171 B
JavaScript

import LockScreenForm from '@/components/Authentication/LockScreenForm';
export default function LockScreen() {
return (
<>
<LockScreenForm />
</>
);
}