refactor: change name on breadcrumbs unique id for loyalty page

This commit is contained in:
Matilda Landström
2024-05-27 10:33:46 +02:00
parent eecb4b5526
commit ed2fe5b30e
7 changed files with 10 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import type { BreadcrumbsProps } from "./breadcrumbs"
import type { Preamble } from "@/types/requests/preamble"
import type { BreadcrumbsProps } from "./breadcrumbs"
export type PreambleProps = {
breadcrumbs: BreadcrumbsProps["breadcrumbs"]