```tsx import { Component as MyCircuitComponent } from "./mycircuit.kicad_pcb" export default () => { <board> <MyCircuitComponent /> </board> } ```