This commit is contained in:
2025-05-22 02:07:00 +02:00
parent 8acc7d30fc
commit e5b601e483
6 changed files with 15 additions and 1 deletions
@@ -4,7 +4,7 @@ export default function Test() {
return (
<div className="bg-red-100 text-white p-4">
<p className="text-piros">asd</p>
<p className="text-piros">Test</p>
</div>
);
}