add login card and shadcn components
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
import './App.css'
|
||||
import { useState } from "react"
|
||||
import ExitAnimation from "./components/buttons"
|
||||
import { LoginPage } from './pages/Login'
|
||||
|
||||
function App() {
|
||||
const [show, setShow] = useState(true)
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="App">
|
||||
<h1>My App</h1>
|
||||
<ExitAnimation />
|
||||
</div>
|
||||
<LoginPage className="flex min-h-svh flex-col items-center justify-center bg-background text-foreground" />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user