0
mirror of https://github.com/valentineus/simple-container.git synced 2025-07-02 08:40:26 +03:00

Initial commit

This commit is contained in:
2017-10-04 19:59:46 +04:00
commit b36916c7f5
10 changed files with 295 additions and 0 deletions

3
src/lib/index.js Normal file
View File

@ -0,0 +1,3 @@
import { Item } from 'ancient-funicular';
export class Container extends Item {};

3
src/tests/index.js Normal file
View File

@ -0,0 +1,3 @@
describe('simple-container:', () => {
it('test()', () => {});
});