change api

This commit is contained in:
LathanDevers
2026-07-16 14:51:57 +02:00
parent 074e3ab195
commit 15213bba21
9 changed files with 403 additions and 24 deletions
+2 -2
View File
@@ -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({});