fix(imports): update import path for auth module in products-create and products-update routes

This commit is contained in:
Nils-Johan Gynther
2026-04-19 17:38:20 +02:00
parent be6529f021
commit 4250b8d2bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { auth } from '../../../auth.ts';
import { auth } from '../../../auth';
const API_BASE = process.env.NEXT_PUBLIC_API_URL_INTERNAL || 'http://recipe-api:8080';