//! Rerun Viewport Panel
//!//! This crate provides the central panel that contains all views.
// TODO(#6330): remove unwrap()
#![allow(clippy::unwrap_used)]modsystem_execution;modview_highlights;modviewport_ui;pubuseself::viewport_ui::ViewportUi;pubmodexternal{pubuse re_types;pubuse re_view;}// TODO(andreas): cfg test this only?
pubusesystem_execution::execute_systems_for_view;