change api
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// src/pages/app/Store.jsx
|
||||
import { useState, useEffect } from 'react';
|
||||
import { Server, Database, Cloud, Globe, Loader, AlertCircle } from 'lucide-react';
|
||||
import { getProductList } from '../../services/api';
|
||||
import CategorySection from '../../components/store/CategorySection'; // L'import magique
|
||||
import { getProductList } from '../../services/billing_api';
|
||||
import CategorySection from '../../components/store/CategorySection';
|
||||
|
||||
export default function Store() {
|
||||
const [groupedProducts, setGroupedProducts] = useState({});
|
||||
|
||||
Reference in New Issue
Block a user