fix typo
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
export default function Route() {
|
||||
return <>...</>
|
||||
import { Card, CardContent } from '@repo/ui/components/ui/card'
|
||||
import type { Route } from './+types/route'
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [{ title: '' }]
|
||||
}
|
||||
|
||||
export default function Route() {
|
||||
return (
|
||||
<div className="lg:max-w-4xl mx-auto space-y-2.5">
|
||||
<Card>
|
||||
<CardContent>,,,</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user