8 lines
130 B
TypeScript
Raw Normal View History

export const DashboardPage = () => {
return (
<div className="relative">
<h1>test DashboardPage</h1>
</div>
)
}