mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-13 00:15:34 -04:00
fix: Update frontend refs (#7444)
This commit is contained in:
2
frontend/app/types/components.d.ts
vendored
2
frontend/app/types/components.d.ts
vendored
@@ -16,7 +16,6 @@ import type BaseDivider from "@/components/global/BaseDivider.vue";
|
||||
import type BaseExpansionPanels from "@/components/global/BaseExpansionPanels.vue";
|
||||
import type BaseOverflowButton from "@/components/global/BaseOverflowButton.vue";
|
||||
import type BasePageTitle from "@/components/global/BasePageTitle.vue";
|
||||
import type BaseStatCard from "@/components/global/BaseStatCard.vue";
|
||||
import type ButtonLink from "@/components/global/ButtonLink.vue";
|
||||
import type ContextMenu from "@/components/global/ContextMenu.vue";
|
||||
import type CrudTable from "@/components/global/CrudTable.vue";
|
||||
@@ -57,7 +56,6 @@ declare module "vue" {
|
||||
BaseExpansionPanels: typeof BaseExpansionPanels;
|
||||
BaseOverflowButton: typeof BaseOverflowButton;
|
||||
BasePageTitle: typeof BasePageTitle;
|
||||
BaseStatCard: typeof BaseStatCard;
|
||||
ButtonLink: typeof ButtonLink;
|
||||
ContextMenu: typeof ContextMenu;
|
||||
CrudTable: typeof CrudTable;
|
||||
|
||||
Reference in New Issue
Block a user