import type { Fixture } from "../../test/fixtures.js"; export const fixtures: Fixture[] = [ { name: "shell", props: { }, children: "main" }, ];