first commit

This commit is contained in:
Pawel33359
2025-12-31 14:52:01 +01:00
commit fa01cd97e3
46 changed files with 5273 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
function Instruction() {
return (
<div>
Tu jest instrukcja
</div>
)
}
export default Instruction