import { RenderSystemState } from '.' export const state: RenderSystemState = { engine: null, components: [], container: null, }