Skip to content

Commit

Permalink
Remove statistics from left section
Browse files Browse the repository at this point in the history
  • Loading branch information
AtanasKrondev committed Apr 12, 2021
1 parent df83c68 commit 89b4045
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/layout/LeftSection.vue
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<template>
<div class="left-section">
<Navigation />
<Overview />
</div>
</template>

<script>
import Navigation from './Navigation.vue';
import Overview from './Overview.vue';
export default {
components: {
Overview,
Navigation,
},
};
Expand Down

0 comments on commit 89b4045

Please sign in to comment.