Skip to content

Commit b1f8982

Browse files
committed
Sort import
1 parent 056dc73 commit b1f8982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/PopularRepositories.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
</template>
1212

1313
<script>
14-
import Searcher from "./../util/searcher";
1514
import { mapGetters } from "vuex";
1615
import sortBy from "lodash/sortBy";
1716
import Repositories from "@/components/RepositoryCard";
1817
import InputSearch from "@/components/InputSearch";
18+
import Searcher from "@/util/searcher";
1919
2020
const searcher = new Searcher("position").addIndex("name").addIndex("description");
2121

0 commit comments

Comments
 (0)