|
@@ -6,9 +6,9 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import ProductSearcher from './components/ProductSearcher'
|
|
|
- import ProductsGrid from './components/ProductsGrid'
|
|
|
- import Cart from './components/Cart'
|
|
|
+ import ProductSearcher from '@/components/ProductSearcher'
|
|
|
+ import ProductsGrid from '@/components/ProductsGrid'
|
|
|
+ import Cart from '@/components/Cart'
|
|
|
|
|
|
export default {
|
|
|
components: {
|