mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-11 03:04:42 +00:00
fix(dashboard): update import path for SecretsInner component
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { assertExists } from 'pockethost/common'
|
||||
import { instance } from '../store'
|
||||
import SecretsInner from './SecretsInner.svelte'
|
||||
import SecretsInner from './Inner.svelte'
|
||||
import CardHeader from '$src/components/cards/CardHeader.svelte'
|
||||
|
||||
$: ({ status, version, id } = $instance)
|
||||
|
||||
Reference in New Issue
Block a user