Initial commit

This commit is contained in:
shopkeeperdev
2025-10-07 18:31:07 -04:00
commit 20786161b7
11 changed files with 272 additions and 0 deletions

6
registration.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Shopkeeper_VendorNotes',
__DIR__
);