Change swipe nagivation component to typescript

This commit is contained in:
2025-01-09 23:44:08 +01:00
parent 7b8d11b44c
commit 45771004a0
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<script>
<script lang="ts">
import { createEventDispatcher } from "svelte";
import { swipe_nav } from "../../lib/SwipeNavigate.ts";
import { swipe_nav } from "../../lib/SwipeNavigate.mjs";
import { fs_path_url } from "../FilesystemAPI.mjs";
let dispatch = createEventDispatcher();