feat(aspect-ratio): add AspectRatio component

This commit is contained in:
Eric Liu 2020-10-14 17:28:55 -07:00
commit 3dfbd6dfc9
6 changed files with 117 additions and 1 deletions

1
src/AspectRatio/index.js Normal file
View file

@ -0,0 +1 @@
export { default as AspectRatio } from "./AspectRatio.svelte";