Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(default-theme): require component from default theme (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
elkmod authored Aug 4, 2020
1 parent c81e40e commit 4959144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default-theme/components/SwTopNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { ref, onMounted, watch } from "@vue/composition-api"
import { getCategoryUrl } from "@shopware-pwa/helpers"
import SwPluginSlot from "sw-plugins/SwPluginSlot"
import { useLocales } from "@shopware-pwa/default-theme/logic"
import SwTopNavigationShowMore from "./SwTopNavigationShowMore"
import SwTopNavigationShowMore from "@shopware-pwa/default-theme/components/SwTopNavigationShowMore"
export default {
components: {
Expand Down

1 comment on commit 4959144

@vercel
Copy link

@vercel vercel bot commented on 4959144 Aug 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.