Beginning of ecommerce

This commit is contained in:
2024-09-26 09:50:24 +05:30
parent e4925eeb16
commit a5398565cf
25 changed files with 493 additions and 34 deletions

View File

@ -1,5 +1,5 @@
'use client';
import { InstagramPost, fetchInstagramPosts } from '@/app/lib/instagram';
import { InstagramPost, fetchInstagramPosts } from '@/lib/instagram';
import { useEffect, useState } from 'react';
export function InstagramFeed() {