Skip to content

Commit

Permalink
Solved double import after PR-549.
Browse files Browse the repository at this point in the history
  • Loading branch information
carleshf committed Apr 25, 2024
1 parent db6506c commit 188c998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/benchmarking/_community/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@

<script>
import { mapGetters } from 'vuex';
import MarkedWrapper from '~/components/Molecules/MarkedWrapper.vue';
import CommunityClassificationTable from '~/components/Communities/CommunityClassificationTable';
import CommunityToolsTable from '~/components/Communities/CommunityToolsTable';
import CommunityDatasetsTable from '~/components/Communities/CommunityDatasetsTable';
Expand All @@ -122,7 +121,6 @@ import MarkedWrapper from '~/components/Molecules/MarkedWrapper.vue';
export default {
name: 'CommunityPage',
components: {
MarkedWrapper,
CommunityClassificationTable,
CommunityToolsTable,
CommunityDatasetsTable,
Expand Down

0 comments on commit 188c998

Please sign in to comment.