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,3 +1,4 @@
'use client';
import Link from 'next/link';
import { Button } from '../ui/button';