mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
import './polyfills';
|
|
import './language/Language';
|
|
import './shader/ShaderChunk';
|
|
|
|
export { dispatch } from 'd3-dispatch'; |