fix: revert login page changes
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import React, { Suspense, lazy } from "react";
|
||||
import { _Button } from "@/components/ui/button";
|
||||
import { _Input } from "@/components/ui/input";
|
||||
import { _Label } from "@/components/ui/label";
|
||||
|
||||
// Use lazy loading for the form component
|
||||
const LoginForm = lazy(() => import('./components/LoginForm'));
|
||||
|
||||
Reference in New Issue
Block a user