fix(ForslagTab): correct relative import path for auth-headers

This commit is contained in:
Nils-Johan Gynther
2026-04-19 20:09:23 +02:00
parent 31b7da82cd
commit a0eaef2992
+1 -1
View File
@@ -1,4 +1,4 @@
import { getAuthHeaders } from '../../../../lib/auth-headers'; import { getAuthHeaders } from '../../../lib/auth-headers';
import PendingProductsClient from '../../admin/products/pending/PendingProductsClient'; import PendingProductsClient from '../../admin/products/pending/PendingProductsClient';
const API_BASE = process.env.NEXT_PUBLIC_API_URL_INTERNAL ?? 'http://recipe-api:8080'; const API_BASE = process.env.NEXT_PUBLIC_API_URL_INTERNAL ?? 'http://recipe-api:8080';