update layout
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
import type { Route } from './+types'
|
||||
|
||||
import { Button } from '@repo/ui/components/ui/button'
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [
|
||||
{ title: 'Histórico de pagamentos' },
|
||||
{ name: 'description', content: 'Welcome to React Router!' }
|
||||
]
|
||||
return [{ title: 'Pagamentos' }]
|
||||
}
|
||||
|
||||
export function loader({ context }: Route.LoaderArgs) {
|
||||
@@ -16,7 +11,9 @@ export function loader({ context }: Route.LoaderArgs) {
|
||||
export default function Route({}: Route.ComponentProps) {
|
||||
return (
|
||||
<>
|
||||
<Button>a</Button>
|
||||
<div className="space-y-0.5 mb-8">
|
||||
<h1 className="text-2xl font-bold tracking-tight">Pagamentos</h1>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user