mirror of
https://github.com/romancm/gamebrary
synced 2024-12-20 08:13:08 +00:00
16 lines
321 B
Vue
16 lines
321 B
Vue
|
<template lang="html">
|
||
|
<div class="text-center pt-5">
|
||
|
<h2>Boards</h2>
|
||
|
<p>Use boards to easily organize your video game collections</p>
|
||
|
<b-button variant="primary">Create board</b-button>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
};
|
||
|
</script>
|
||
|
|
||
|
<style lang="scss" rel="stylesheet/scss" scoped>
|
||
|
</style>
|