--- import BaseLayout from "../layouts/BaseLayout.astro"; import { InstructionsCatalog } from "../components/brand/InstructionsCatalog"; import { instructions, searchIndex } from "../lib/site-data"; import data from "../../public/data/instructions.json"; ---