Skip to content

Commit ca5e993

Browse files
authored
Disable FabButton for now.
1 parent a2b4ff6 commit ca5e993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/Featured.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<template>
22
<div class="featured container">
33
<FeaturedRecipes />
4-
<FabButton />
4+
<!-- <FabButton /> -->
55
</div>
66
</template>
77

88
<script>
99
import FeaturedRecipes from '@/components/FeaturedRecipes.vue';
10-
import FabButton from '@/components/FabButton.vue';
10+
// import FabButton from '@/components/FabButton.vue';
1111
1212
export default {
1313
name: 'home',
1414
components: {
1515
FeaturedRecipes,
16-
FabButton,
16+
// FabButton,
1717
},
1818
};
1919
</script>

0 commit comments

Comments
 (0)