Initial commit: Inventory Barcode System

This commit is contained in:
2025-07-22 20:24:51 -04:00
commit 511b01748d
63 changed files with 26932 additions and 0 deletions

5
__tests__/simple.test.js Normal file
View File

@ -0,0 +1,5 @@
describe('Simple Test', () => {
test('should work', () => {
expect(1 + 1).toBe(2);
});
});