import { Raw } from '~/components/MongoDB/Raw';
|
|
|
|
export default function login() {
|
|
const template = (
|
|
<>
|
|
<Raw></Raw>
|
|
</>
|
|
);
|
|
|
|
return template;
|
|
}
|