Files
MermsFirstOffice/src/pages/LoginPage.jsx
T
CHIEFSOFT\ameye 7e28fc8f51 first commit
2025-07-21 05:51:52 -04:00

9 lines
150 B
React

import React from 'react'
import LoginCom from '../components/auth/LoginCom'
export default function LoginPage() {
return (
<LoginCom />
)
}