mirror of
https://github.com/NoCrypt/migu.git
synced 2026-08-20 06:07:10 +00:00
fix: docstring path
This commit is contained in:
parent
cb1c591b17
commit
49fad2ebad
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
/** @type {import("d:/Webdevelopment/miru/common/modules/al").Viewer | {}} */
|
||||
/** @type {import("../../modules/al").Viewer | {}} */
|
||||
export let user = {}
|
||||
|
||||
/** @type {string[]} */
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue