mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: format with prettier
This commit is contained in:
parent
03fb09c3d6
commit
a147ad6610
164 changed files with 11257 additions and 8154 deletions
|
|
@ -1,21 +1,21 @@
|
|||
import { XCircle } from 'lucide-react'
|
||||
import React from 'react'
|
||||
function ErrorUI() {
|
||||
return (
|
||||
<div className='flex items-center justify-center h-screen'>
|
||||
<div className='mx-auto bg-red-100 w-[800px] p-3 rounded-xl m-5 '>
|
||||
<div className='flex flex-row'>
|
||||
<div className='p-3 pr-4 items-center' >
|
||||
<XCircle size={40} className='text-red-600' />
|
||||
</div>
|
||||
<div className='p-3 '>
|
||||
<h1 className='text-2xl font-bold text-red-600'>Error</h1>
|
||||
<p className='pt-0 text-md text-red-600'>Something went wrong</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
return (
|
||||
<div className="flex items-center justify-center h-screen">
|
||||
<div className="mx-auto bg-red-100 w-[800px] p-3 rounded-xl m-5 ">
|
||||
<div className="flex flex-row">
|
||||
<div className="p-3 pr-4 items-center">
|
||||
<XCircle size={40} className="text-red-600" />
|
||||
</div>
|
||||
<div className="p-3 ">
|
||||
<h1 className="text-2xl font-bold text-red-600">Error</h1>
|
||||
<p className="pt-0 text-md text-red-600">Something went wrong</p>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default ErrorUI
|
||||
export default ErrorUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue