blob: 308f745ea2af068b964dd36049b54518a5422d74 [file] [log] [blame]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PageContainer.vue should render correctly 1`] = `
<template>
<main id="main-content" class="page-container">
<slot />
</main>
</template>
`;