updated Service providers
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import React from "react";
|
||||
import Login from "@/components/auth/login";
|
||||
import { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "WAG Login",
|
||||
description: "Login to WAG system",
|
||||
};
|
||||
|
||||
export default function LoginPage() {
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-100">
|
||||
<Login />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user