8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
export default function Home() {
|
|
return (
|
|
<div className="p-6 text-gray-500">
|
|
Gestion — Matériaux Destock
|
|
</div>
|
|
)
|
|
}
|