refactoring FollowMe flow
This commit is contained in:
@@ -13,13 +13,12 @@
|
||||
</template>
|
||||
<script>
|
||||
import Nav from '~/components/Nav.vue'
|
||||
import FollowMe from '../components/FollowMe'
|
||||
import Snackbar from '../components/Snackbar'
|
||||
import Footer from '../components/Footer'
|
||||
import Confirm from '../components/Confirm'
|
||||
|
||||
export default {
|
||||
name: 'Default',
|
||||
components: { Nav, FollowMe, Snackbar, Footer, Confirm },
|
||||
components: { Nav, Snackbar, Footer, Confirm }
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user