fix: docstring path

This commit is contained in:
NoCrypt 2024-09-01 07:56:49 +07:00
parent cb1c591b17
commit 49fad2ebad
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<script>
/** @type {import("d:/Webdevelopment/miru/common/modules/al").Viewer | {}} */
/** @type {import("../../modules/al").Viewer | {}} */
export let user = {}
/** @type {string[]} */

View file

@ -3,7 +3,7 @@
import IPC from '@/modules/ipc.js'
import { ExternalLink } from 'lucide-svelte'
/** @type {import("d:/Webdevelopment/miru/common/modules/al").Viewer | {}} */
/** @type {import("../../modules/al").Viewer | {}} */
export let user = {}
</script>