awslabs / aws-bootstrap-kit

Apache License 2.0
104 stars 22 forks source link

Fix entry point for import #21

Closed flochaz closed 3 years ago

flochaz commented 3 years ago

Context

As of today, to use the bootstrap kit you have to import with specific entry point:

import * as bootstrapKit from 'aws-bootstrap-kit/lib/index.js';

This PR fix it to be importable properly.