mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
feat: Improve first time setup ux (#6106)
This commit is contained in:
4
frontend/types/components.d.ts
vendored
4
frontend/types/components.d.ts
vendored
@@ -15,7 +15,6 @@ import type BaseDivider from "@/components/global/BaseDivider.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 BaseWizard from "@/components/global/BaseWizard.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";
|
||||
@@ -56,7 +55,6 @@ declare module "vue" {
|
||||
BaseOverflowButton: typeof BaseOverflowButton;
|
||||
BasePageTitle: typeof BasePageTitle;
|
||||
BaseStatCard: typeof BaseStatCard;
|
||||
BaseWizard: typeof BaseWizard;
|
||||
ButtonLink: typeof ButtonLink;
|
||||
ContextMenu: typeof ContextMenu;
|
||||
CrudTable: typeof CrudTable;
|
||||
@@ -81,4 +79,4 @@ declare module "vue" {
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
export { };
|
||||
|
||||
Reference in New Issue
Block a user