blob: 308f745ea2af068b964dd36049b54518a5422d74 [file] [log] [blame]
SurenNeware2d9ddc32020-12-30 19:41:19 +05301// 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`;