<script lang="ts"> import LeftPanel from './components/LeftPanel.svelte'; import RightPanel from './components/RightPanel.svelte'; import MainPanel from './components/MainPanel.svelte'; </script> <LeftPanel /> <MainPanel /> <RightPanel />