© 2026 Hedgehog Software, LLC
import AppDropdown from '~/components/app/dropdown/Dropdown.vue' import EntryDetail from '~/components/entry/Detail.vue' const dropdown = $ref<InstanceType<typeof AppDropdown> | null>(null) const entryDetail = $ref<InstanceType<typeof EntryDetail> | null>(null)
const dropdown = $ref<InstanceType<typeof #imports.AppDropdown> | null>(null)