refactoring , add YogaImageComponent, bcryptjs

This commit is contained in:
Schneider Roland
2025-01-09 08:48:50 +01:00
parent 9d7bb39769
commit 166b26c6a4
14 changed files with 91 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
import bcrypt from 'bcrypt';
import bcrypt from 'bcryptjs';
import { invoices, customers, revenue, users } from './placeholder-data';
import strapiApi from "@/app/api/strapi/strapi-api";