xref: /openbmc/webui-vue/tests/unit/Global/__snapshots__/PageContainer.spec.js.snap (revision 7385e139b0c9efca7430458cee982e63e282f4ae)
1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`PageContainer.vue should render correctly 1`] = `
4<main
5  class="page-container"
6  id="main-content"
7/>
8`;
9