{"version":3,"file":"InstructionSet.mjs","sources":["../../../../../../../../web/src/adminPortal/components/InstructionSet.tsx"],"sourcesContent":["import React from 'react';\n\nimport { FlexBox } from './FlexBox';\n\ninterface InstructionSetProps {\n  children: React.ReactNode;\n}\n\nexport const InstructionSet = ({ children }: InstructionSetProps) => (\n  <FlexBox flexDirection=\"column\" gap={2}>\n    {children}\n  </FlexBox>\n);\n"],"names":["InstructionSet","children","React","FlexBox","flexDirection","gap"],"mappings":";;;MAQaA,cAAAA,GAAiB,CAAC,EAAEC,QAAQ,EAAuB,iBAC9DC,EAAA,CAAA,aAAA,CAACC,OAAAA,EAAAA;QAAQC,aAAAA,EAAc,QAAA;QAASC,GAAAA,EAAK;OAClCJ,QAAAA;;;;"}