add tests to email

This commit is contained in:
2025-11-26 23:33:12 -03:00
parent 5859248781
commit ab7e4ea38b
9 changed files with 1040 additions and 718 deletions

View File

@@ -1,6 +1,7 @@
import { LockIcon } from 'lucide-react'
import type { Route } from './+types'
import { LockIcon } from 'lucide-react'
export function meta({}: Route.MetaArgs) {
return [{ title: 'Acesso negado · EDUSEG®' }]
}