6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
"use client";
|
|
|
|
import NextLink from "next/link";
|
|
|
|
export const Link = NextLink;
|