mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
file tabs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script lang="ts">
|
||||
import Data from '$lib/components/Data.svelte';
|
||||
import FileList from '$lib/components/FileList.svelte';
|
||||
import GPXData from '$lib/components/GPXData.svelte';
|
||||
import Map from '$lib/components/Map.svelte';
|
||||
import Menu from '$lib/components/Menu.svelte';
|
||||
import Toolbar from '$lib/components/Toolbar.svelte';
|
||||
@@ -17,5 +18,6 @@
|
||||
</div>
|
||||
<div class="h-60 flex flex-row">
|
||||
<FileList />
|
||||
<GPXData />
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user