* Initial draft of Packer Integration Program docs page - [ ] Add text from program document. - [ ] Fix image alignment - [ ] Fix Checklist alignment (remove bullets if possible) - [ ] Validate with program team * Fix broken markdown * fix styling on centered image and checklist * revert package-lock update * Update packer-integration-program.mdx Fix a few formatting issues Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
import s from './style.module.css'
|
|
|
|
export default function ChecklistWrapper({ children }) {
|
|
return <div className={s.root}>{children}</div>
|
|
}
|