aboutsummaryrefslogtreecommitdiff
path: root/layouts/default.vue
blob: ce8546659f5a6056a9917d3280515268b1bd37da (plain) (blame)
1
2
3
4
5
6
7
<template>
  <div>
    <ResponsiveBar />
    <Nuxt />
    <Footer />
  </div>
</template>