cleaned, switched from stylus to sass
This commit is contained in:
+1
-5
@@ -1,15 +1,11 @@
|
||||
<template>
|
||||
<div class="full-width">
|
||||
<Posts />
|
||||
<h2>Home</h2>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Posts from 'components/Home/Posts'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Posts
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user