7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
export default function HistoryPage() {
|
|
return (
|
|
<div className="text-sm text-foreground">History page placeholder</div>
|
|
)
|
|
}
|
|
|