1 2 3 4
import InteractiveCanvas from "./InteractiveCanvas"; import StaticCanvas from "./StaticCanvas"; export { InteractiveCanvas, StaticCanvas };