summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/PageContainer.spec.js.snap
blob: 308f745ea2af068b964dd36049b54518a5422d74 (plain)
1
2
3
4
5
6
7
8
9
// 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>
`;