fix(2d): add missing shape export (#111)

This commit is contained in:
Jacob
2022-12-07 19:52:55 +01:00
committed by GitHub
parent 6b132aedb6
commit 02a1fa7ea6

View File

@@ -5,6 +5,7 @@ export * from './Layout';
export * from './Line';
export * from './Node';
export * from './Rect';
export * from './Shape';
export * from './Text';
export * from './types';
export * from './Video';