1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`PageContainer.vue should render correctly 1`] = `
4<template>
5  <main id="main-content" class="page-container">
6    <slot />
7  </main>
8</template>
9`;
10