fix: removed client-side Link from server components

This commit is contained in:
Riccardo
2024-02-23 16:17:18 +01:00
parent 01134bb4e7
commit c20d0061a7
8 changed files with 110 additions and 11 deletions

View File

@@ -1 +1,3 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {
extends: ['@commitlint/config-conventional']
};