updated client-frontend additions
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
import React from "react";
|
||||
import Login from "@/components/auth/login";
|
||||
import { Metadata } from "next";
|
||||
'use server';
|
||||
import Login from "@/webPages/auth/Login/page";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "WAG Login",
|
||||
description: "Login to WAG system",
|
||||
};
|
||||
const LoginPage = async () => { return <Login language="en" /> };
|
||||
|
||||
export default function LoginPage() {
|
||||
return (
|
||||
<>
|
||||
<Login />
|
||||
</>
|
||||
);
|
||||
}
|
||||
export default LoginPage;
|
||||
|
||||
Reference in New Issue
Block a user