Move Shop store into separate file

This commit is contained in:
2021-11-07 22:38:23 +01:00
parent f7457b5f8d
commit 3198fd8545
8 changed files with 51 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { onMount } from 'svelte'
import { cartNotifications } from '$utils/store'
import { shopLocations, cartOpen, cartNotifications } from '$utils/stores/shop'
// Components
import Metas from '$components/Metas.svelte'
import SiteTitle from '$components/atoms/SiteTitle.svelte'