add other projects
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import type { Route } from './+types'
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [{ title: 'Matrículas agendadas' }]
|
||||
}
|
||||
|
||||
export default function Route() {
|
||||
return (
|
||||
<>
|
||||
<div className="space-y-0.5 mb-8">
|
||||
<h1 className="text-2xl font-bold tracking-tight">
|
||||
Matrículas agendadas
|
||||
</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Acompanhe todas as matrículas agendadas, cancele quando quiser ou
|
||||
matricule imediatamente.
|
||||
</p>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user